On Tue, Nov 02, 2004 at 07:50:38AM +0200, Aladdin wrote: > ---> PASV > <--- 227 Entering Passive Mode (193,219,94,164,207,83) > ---- Connecting data socket to (193.219.94.164) port 53075 > > This 193.219.94.164 IP is IP of my FTP server. So lftp connects directly to ftp > server for data stream and not through port redirector:( Why? I need it to > connect through port redirector for data stream as standard ftp client does.
lftp connects to the address which was returned by PASV command. I think it is correct behaviour. -- Alexander.
