Menu

#86 vfs::ftp - no method to use passive mode

open
nobody
5
2011-04-16
2011-04-16
Pedro
No

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]

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.