Thanks, I got it all set up nicely, once I figured out that when your site says:
onUploadComplete = ..\scripts\FTPlogger.exe
it actually means
onUploadComplete = EXEC ..\scripts\FTPlogger.exe
no wonder it didn't work!! doh!
Also, people are always uploading useless script tags and message files from other FTP servers. I've taken care of most of them with DeleteFile= *.message and similar, but when the tags are folders and not files, what's the best way to delete them?
|