Hi. I am experienceing a problem FTP'ing into zope that has previously been discussed on this list, with no apprent solution. When I FTP to Zope from Win98 or a Mac OSX that are behind a Cisco 675 DSL router running NAT, ftp hangs (according to the Z2.log) at: ==> 200 PORT command successful. == LIST ==> 150 Opening ASCII mode data connection for file list ... hangs i.e. it hangs when FTP tries to list directories and files. I've seen lots of discussion about this, but no solution. Has anyone found one? Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
Does using FTP passive mode work? -aj ----- Original Message ----- From: <hpinson@indepthl.com> To: <zope@zope.org> Sent: Friday, April 12, 2002 11:56 Subject: [Zope] Zope FTP Hang File List Problem
Hi. I am experienceing a problem FTP'ing into zope that has previously been discussed on this list, with no apprent solution.
When I FTP to Zope from Win98 or a Mac OSX that are behind a Cisco 675 DSL router running NAT, ftp hangs (according to the Z2.log) at:
==> 200 PORT command successful. == LIST ==> 150 Opening ASCII mode data connection for file list ... hangs
i.e. it hangs when FTP tries to list directories and files.
I've seen lots of discussion about this, but no solution. Has anyone found one?
Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
hpinson@indepthl.com wrote:
When I FTP to Zope from Win98 or a Mac OSX that are behind a Cisco 675 DSL router running NAT, ftp hangs (according to the Z2.log) at:
What kind of NAT is it? Check the ruleset. It is a NAT problem, not a Zope problem. Bye Marcus
hpinson@indepthl.com writes:
Hi. I am experienceing a problem FTP'ing into zope that has previously been discussed on this list, with no apprent solution.
When I FTP to Zope from Win98 or a Mac OSX that are behind a Cisco 675 DSL router running NAT, ftp hangs (according to the Z2.log) at:
==> 200 PORT command successful. == LIST ==> 150 Opening ASCII mode data connection for file list ... hangs
i.e. it hangs when FTP tries to list directories and files.
I've seen lots of discussion about this, but no solution. Has anyone found one? Maybe a "passive" versus "active" FTP connection issue.
When you go through a firewall, you will usually want to use passive FTP connections (as otherwise, FTP will use 2 ports and the firewall will probably refuse the second to pass through). It should be a configuration parameter for your FTP client whether it uses active or passive mode. Look at its documentation. Dieter
participants (4)
-
Andreas Jung -
Dieter Maurer -
hpinson@indepthl.com -
Marcus Schopen