jlaffaye / ftp

FTP client package for Go
ISC License
1.28k stars 358 forks source link

Fix PASV address like lftp does #347

Closed tgulacsi closed 11 months ago

tgulacsi commented 11 months ago

Some servers responds with their private (inner network) address, not with the publicly reachable one. In this case, use the original (command) address.