View Single Post
Old 11-30-2013, 05:39 PM  
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

site command is commands sent to the ftpserver, does not work within tcl. Use: file rename folder newname

if you want to catch the response: catch {file rename oldname newname} catchvariable
__________________
ioNiNJA
o_dog is offline   Reply With Quote