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

Automatically adjust data transfer policy when backend FTP rejects EPRT/EPSV #146

Open
Castaglia opened this issue Apr 20, 2019 · 0 comments
Assignees
Milestone

Comments

@Castaglia
Copy link
Owner

The scope of this ticket is to make mod_proxy handle the case where the backend FTP server rejects EPSV (or EPRT) commands by automatically adjusting the data transfer policy accordingly. We already do this already by looking at the reported backend features -- however, not all backend servers support FEAT, and even with that, the backend server may still reject such EPSV commands.

I am thinking that mod_proxy can watch for the response codes for failed EPSV and EPRT commands; depending on the type of response code, then the module can automatically adjust the data transfer policy.

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

No branches or pull requests

1 participant