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 timbaum
Recipients
Date 2007-02-16.19:36:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When using passive FTP on a multihomed client, data connections should originate from the same address as the control connection.  Otherwise, the connection can be blocked by stateful firewalls or rejected by the ftp server.  The ftplib.py library allows the OS to choose the local address for each passive data connection, so connections fail intermittently if the operating system selects a different local address than used for the initial connection.

The attached patch binds the passive-mode data connection to the same local address as the control connection.
History
Date User Action Args
2007-08-23 15:56:36adminlinkissue1661754 messages
2007-08-23 15:56:36admincreate