This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Byoungwoo Song
Recipients Byoungwoo Song
Date 2016-07-11.18:41:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468262494.01.0.466520589745.issue27486@psf.upfronthosting.co.za>
In-reply-to
Content
FTPlib hangs on PASV responses when the connected server is within its local network.
Here's my fix that checks the target address with ipaddress lib:
https://github.com/python/cpython/pull/28/files
History
Date User Action Args
2016-07-11 18:41:34Byoungwoo Songsetrecipients: + Byoungwoo Song
2016-07-11 18:41:34Byoungwoo Songsetmessageid: <1468262494.01.0.466520589745.issue27486@psf.upfronthosting.co.za>
2016-07-11 18:41:33Byoungwoo Songlinkissue27486 messages
2016-07-11 18:41:33Byoungwoo Songcreate