Removing "useless" files after upload complete?
Is it possible to remove that .ioftpd file after upload complete or is it a necessary part needed for ioFTPD to function?
Something like this:
[EVENTS]
OnUploadComplete = EXEC c:\windows\system32\cmd.exe /c del "%m\.ioFTPD";del "%m\.crc"
Will this work or will it break ioFTPD ?
|