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 Sworddragon
Recipients Sworddragon
Date 2012-01-05.04:36:08
SpamBayes Score 3.6172305e-09
Marked as misclassified No
Message-id <1325738170.02.0.180646245412.issue13714@psf.upfronthosting.co.za>
In-reply-to
Content
If a client gets a reconnect and a new ip from the provider the methods of ftplib can't handle this and are hanging in an infinite loop. For example if a file is transfered with storbinary() and the client gets a new ip address the script will never end. I'm using the Linux Kernel 3.2 on a 64 bit system and Python 2.7 is affected too.
History
Date User Action Args
2012-01-05 04:36:10Sworddragonsetrecipients: + Sworddragon
2012-01-05 04:36:10Sworddragonsetmessageid: <1325738170.02.0.180646245412.issue13714@psf.upfronthosting.co.za>
2012-01-05 04:36:09Sworddragonlinkissue13714 messages
2012-01-05 04:36:08Sworddragoncreate