There is no way to specify that the connection mode should be passive. The fix seems to be simple:
proc vfs::ftp::Mount {dirurl local {mode active}} { ... set fd [::ftp::Open $host $user $pass -port $port -output ::vfs::ftp::log -mode $mode]
Log in to post a comment.