Hi, I have a problem using Zope-ftp with our firewall. With passive ftp one cannot know wich ports are being used for communication. Port 8021 is open and works. Ftp on the local machine works as well (passive and active). Opening all high ports on the firewall is not an option. Is it possible to specify (for example in zope.conf) which ports are allowed for passive ftp (like PassivePortRange 30000 40000 for other ftp servers), so that we can reconfigure the firewall for these ports? If not, are there any other ways of solving this? Thanks in advance for all help! Michael
Am Donnerstag, 3. März 2005 09:59 schrieb Michael.Kaplan@t-online.de:
If not, are there any other ways of solving this?
in theory, a ssh-tunnel should do the trick. that said, I never made it work, neither with active nor passive ftp :-( however, webdav over a ssh-tunnel works pretty well. Cheers, Sascha
Michael.Kaplan@t-online.de wrote:
Is it possible to specify (for example in zope.conf) which ports are allowed for passive ftp (like
PassivePortRange 30000 40000
I remember wondering the same thing a few years back, sadly neither myself nor anyone else has ever had the time/motivation to actually implement it. I moved to using WebDAV for my usecase... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
Chris Withers -
Michael.Kaplan@t-online.de -
Sascha Ottolski