Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Override for EPSV #469

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

fetzerms
Copy link
Contributor

@fetzerms fetzerms commented Aug 13, 2018

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 fetzerms changed the title WIP pull request for epsv override WIP: Override for EPSV Aug 13, 2018
@fetzerms
Copy link
Contributor Author

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

@fetzerms
Copy link
Contributor Author

@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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant