02-17-2005, 01:56 PM
|
#15 |
| Junior Member
Join Date: Feb 2005
Posts: 8
|
ok, same stuff. It announces logins and logouts but not when created
files are as examples
the ioftpd.ini contains: Code: [FTP_Pre-Command_Events]
;list =
;stor =
;mkd =
retr = TCL ..\scripts\download.itcl
[FTP_Post-Command_Events]
;mkd =
;rmd =
;stor =
and the download.itcl contains: 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 i now have the ioftpd trying to execute it in the pre section, but no change...no output to the irc channel. It DOES look like its putting it to a log though...where do i go from here!?
|
| |