Please provide a little more info than that. A common error that would make scripts to fail is if you forget to add EXEC or TCL for the scripts in ioFTPD.ini, or any event such as OnUploadComplete.
[Events]
OnUploadComplete = EXEC ..\scripts\ioZS\ioZS.exe Upload
So if you haven't screwed around too much with the settings, this should work.
|