lftp icon indicating copy to clipboard operation
lftp copied to clipboard

WIP: Override for EPSV

Open fetzerms opened this issue 7 years ago • 2 comments

This is a work in progress pull request in order to allow the address for EPSV to be overridden. This comes in to play when using proxies that do not handle the data connection, but only handle the control connection.

This adds a new option called "ftp:force-epsv-addr" that will be used for EPSV data connections.

This solves #466

fetzerms avatar Aug 13 '18 19:08 fetzerms

@lavv17 Do you know whats wrong with gnulib? (Is it gnulib, thats failing?)

fetzerms avatar Aug 14 '18 10:08 fetzerms

@lavv17 The current state is able to properly connect via a ipv6 open proxy to a ipv6 server. I currently have some problems regarding:

  • Ipv4 Proxy, Ipv6 site (Uses PASV instead of EPSV)
  • Ipv6 Proxy, Ipv4 site (Invalid data connection address)

fetzerms avatar Aug 22 '18 21:08 fetzerms