View Single Post
Old 03-04-2005, 09:55 AM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default

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.
Mouton is offline