Hi,

I'm trying to use FTP upload. On my dev machine everything works fine since I have no firewall in place.

On firewalled stage machine I get:

[]myip:62172 Connected.
myip:62172 ==> 220 pyftpdlib 0.7.0 ready.
myip:62172 <== USER webtvadmin
myip:62172 ==> 331 Username ok, send password.
myip:62172 <== PASS ******
authenticating to Zope FTP server 0.0.0.0:8021 with username webtvadmin
authenticated successfully with Plone FTP
myip:62172 ==> 230
myip:62172 <== OPTS MLST type;perm;size;modify;unix.mode;unix.uid;unix.gid;
myip:62172 ==> 200 MLST OPTS type;perm;size;modify;unix.mode;unix.uid;unix.gid;
myip:62172 <== PWD
myip:62172 ==> 257 "/" is the current directory.
myip:62172 <== TYPE I
myip:62172 ==> 200 Type set to: Binary.
myip:62172 <== PASV
myip:62172 ==> 227 Entering passive mode (192,168,116,22,219,16).
myip:62172 <== MLSD
myip:62172 ==> 150 File status okay. About to open data connection.
myip:62172 ==> 421 Passive data channel timed out.
[webtvadmin]@myip:62172 Control connection timed out.
myip:62172 ==> 421 Control connection timed out.
[webtvadmin]@myip:62172 Disconnected.
ZopeHandler got a closed connection

So it seems that the firewall is blocking random port access and FileZilla fails with:
[...]
Response:    150 File status okay. About to open data connection.
Response:    421 Passive data channel timed out.
Error:    Failed to retrieve directory listing
Response:    421 Control connection timed out.
Error:    Connection closed by server

Is there a common / well established way to avoid this?

Thanks for sharing your experience :)

S.
_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to