On Mon, Jan 19, 2009 at 08:30:48AM +0100, Berger, Josef wrote: > In almost all FTP operations, the control connection and the data connection > are between the same > two IP addresses. The extended passive mode FTP operation takes advantage of > this > The EPSV reply does not include an IP address, but only a port number > The FTP client will connect to the same IP address it used for the control > connection
You can do the same with plain PASV if you enable this setting in lftp: set ftp:ignore-pasv-address yes > Question: does lftp client suppoert CCC command ? Yes. set ftp:ssl-use-ccc yes -- Alexander.
