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

Sworddragon report at bugs.python.org
Thu Jan 5 05:36:10 CET 2012


New submission from Sworddragon <sworddragon2 at aol.com>:

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.

----------
components: Library (Lib)
messages: 150654
nosy: Sworddragon
priority: normal
severity: normal
status: open
title: Methods of ftplib never ends if the ip address changes
type: behavior
versions: Python 3.2

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


More information about the Python-bugs-list mailing list