Try this
Hi,
Hard to tell if you mean you have ioFTPD installed to
C:\Program\ioFTPD or in standard C:\Program Folder\ioFTPD
if you mean standard Program Folder try using the short name for Program Folder. Try path type below. I seen where sometimes using ..\ does not work right
OnUploadComplete = EXEC ..\scripts\ioZS\ioZS.exe Upload
OnUploadComplete = EXEC c:\progra~1\ioftpd\scripts\ioZS\ioZS.exe Upload
|