WORKFORME
Code:
[FTP_Pre-Command_Events]
cwd = %TCL ..\scripts\test.itcl %[$flags]
Code:
#test.itcl
if { [info exists args] } {
iputs -nobuffer "Arguments: $args"
}
set ioerror 0
Code:
[09:54:49] [L] CWD home
[09:54:49] [L] Arguments: 1MTH CWD home
[09:54:49] [L] 250 CWD command successful.