PDA

View Full Version : Removing "useless" files after upload complete?


newguy
10-14-2009, 10:29 AM
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 ?

Yil
10-14-2009, 01:44 PM
The .ioFTPD file contains file ownership/permission information so if you delete it the default user/group/permissions from the .ini will be used. Zipscripts such as ioNinja also store race/crc/imdb/etc information in it so that might be another consideration.

FTPServerTools
10-14-2009, 06:08 PM
FTPLogger supports multiple OnCompletion= lines. AS well as OnZIP, OnRAR, OnSFV, OnDIZ, On*, OnTXT, or On.. whatever extension you would even want..