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