i created a file called
download.itcl and i placed it in \ioFTPD\scripts...
in that file, i put in:
Code:
##!
##[FTP_Pre-Command_Events]
##retr = TCL ..\scripts\download.itcl
catch {putlog "UPDATE: \"$pwd\" \"\002$user\002/$group has started to download $pwd\002[lindex $args 1]\002\""}
##end
and in the
ioftpd.ini i now have a post section that looks like this...
Code:
[FTP_Post-Command_Events]
;mkd =
;rmd =
;stor =
;dele =
retr = TCL ..\scripts\download.itcl
any ideas what i 'm doin wrong?