lavv17 / lftp

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)
http://lftp.yar.ru
GNU General Public License v3.0
1.1k stars 161 forks source link

Does LFTP work with EPSV as passive mode? #628

Closed andreswatson closed 3 years ago

andreswatson commented 3 years ago

Hi, not sure if LFTP is properly working when I set ftp:prefer-epsv

I'm still getting an error "The given address is not yours" as I'm behind a NAT, but using PASSIVE MODE and EPSV must be the solution.

Any ideas?

guayerd commented 3 years ago

I'm still not being able to make lftp work in extended passive mode...

andreswatson commented 3 years ago

Solved.

Arun-Narasimhan commented 2 years ago

Hi @andreswatson, can you please post how did you solve this? I am facing the same issue. LFTP uses only PASV. I tried setting set ftp:prefer-epsv true and set ftp:prefer-epsv yes. Both did not work. The server supports EPSV.

andreswatson commented 2 years ago

Hi @Arun-Narasimhan, the problem was related to the FTP Server that was misconfigured as the Passive Server was configured with a hostname and not an IP Address.