View Single Post
Old 09-03-2003, 12:59 PM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default Re: Any one can help me with a little tcl prob

bAd: your solution would only work if he didn't mount any other drive in his ftp root.

Quote:
Originally posted by Razor
set ee [::ftp::Quote $ioss(ftp) mkd $dir]
::ftp::Quote can't be used to do a mkd...
use ::ftp::MkDir $ioss(ftp) $dir

All the ::ftp:: commands are shown at the start of ftp.tcl
Mouton is offline   Reply With Quote