PDA

View Full Version : Events supported by io


maddin
07-28-2005, 05:01 AM
maybe i'm blind but i haven't found any complete list of the events supported by io - neither in the forums nor in the documentation.

i've seen some events in the scripts but i would be very happy if someone could give me a complete list of all events.

thx

Harm
07-28-2005, 05:37 AM
Do you mean those ?
[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.

maddin
07-28-2005, 05:57 AM
thanks a lot

that's what i was looking for...