On Fri, Jan 02, 2009 at 03:37:29PM +0100, Berger, Josef wrote: > Hello, > > On our RedHat z/Linux we use lftp version 3.0.6. we can connect to our > z/OS1.8 FTP server. The connection hangs after the ls,dir,put or get command. > It seems lftp uses passive FTP and our Firewall needs Extended Passive > (EPSV), because our Firewall administrator allows port range 65024 - 65535 > for our FTP server. Is there a config option we can direct the client to use > EPSV ?.
EPSV is used by lftp only for IPv6 connections. I don't see how EPSV can help here, as the server uses correct port number 65338 (in the range 65024 - 65535). > ---> PASV > <--- 227 Entering Passive Mode (xxx,xxx,xxx,xxx,255,58) > ---- Connecting data socket to (xxx.xxx.xxx.xxx) port 65338 > ---> LIST -- Alexander.
