Skip to content

bpo-36570: ftplib retry when passive connection timeouts#12740

Closed
davispuh wants to merge 1 commit intopython:mainfrom
skyfms:implement-issue-36570
Closed

bpo-36570: ftplib retry when passive connection timeouts#12740
davispuh wants to merge 1 commit intopython:mainfrom
skyfms:implement-issue-36570

Conversation

@davispuh
Copy link
Copy Markdown

@davispuh davispuh commented Apr 9, 2019

It's not uncommon to encounter FTP servers which are misconfigured and return unroutable host IP (eg. internal IP) when using passive mode
So if connection timeouts retry with user's specified host

https://bugs.python.org/issue36570

It's not uncommon to encounter FTP servers which are misconfigured and return unroutable host IP (eg. internal IP) when using passive mode
So if connection timeouts retry with user's specified host
@davispuh davispuh force-pushed the implement-issue-36570 branch from 1c67265 to 09ffc8d Compare April 9, 2019 10:31
@iritkatriel
Copy link
Copy Markdown
Member

Closing as https://bugs.python.org/issue36570 was rejected.

@davispuh
Copy link
Copy Markdown
Author

Closing as https://bugs.python.org/issue36570 was rejected.

So is it fixed or still broken?

@iritkatriel
Copy link
Copy Markdown
Member

Closing as https://bugs.python.org/issue36570 was rejected.

So is it fixed or still broken?

Nothing was ever broken. This was not a bug report. It was a feature request, and it was rejected. See the issue I linked to.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants