[issue13714] Methods of ftplib never ends if the ip address changes

Sworddragon report at bugs.python.org
Thu Jan 5 10:39:31 CET 2012


Sworddragon <sworddragon2 at aol.com> added the comment:

If the connection gets lost and reconnected again but the ip address doesn't change storbinary() continues the data transfer. But if the ip address was changed due to the reconnect storbinary() hangs in a loop.

I expect either that storbinary() detects the change of the ip address and continues the data transfer like it does if the ip address has never changed or it should throw an exception.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13714>
_______________________________________


More information about the Python-bugs-list mailing list