bpo-36570: ftplib retry when passive connection timeouts by davispuh · Pull Request #12740 · python/cpython

Conversation

@davispuh

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

@iritkatriel

@davispuh

@iritkatriel

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.

Labels