View Single Post
Old 02-06-2013, 12:50 AM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default

When you define the 'who' command under FTP_Custom_Commands prefix the parameters with a "^". Like
Code:
who = ^TCL ../scripts/mywho.tcl
That will prevent the server from running any built-in command of the same name.
Yil is offline   Reply With Quote