View Single Post
Old 07-28-2005, 05:37 AM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

Do you mean those ?
Code:
[Events]
;OnDownloadError =
;OnDownloadComplete =
OnUploadComplete = EXEC C:\ioFTPD\scripts\ZR-Tools\ZR-Clean.exe
OnUploadComplete = TCL C:\ioFTPD\scripts\ioBanana\ioBANANA.itcl
OnUploadError = TCL C:\ioFTPD\scripts\ioBanana\ioERROR.itcl
;OnResume =
;OnUpload =
;OnNewDir =
;OnDelDir =
;OnLogIn =
;OnServerStart =
;OnServerStop =
;OnServiceStart =
;OnServiceStop =
They are all listed in the default ioFTPD.ini if I remember correctly. Note that I'm not sure the OnServiceStart/Stop events are working properly.
You might also use the [FTP_Pre-Command_Events] and [FTP_Post-Command_Events]. There the event names are the commands you want to enhance.
Harm is offline   Reply With Quote