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.

作者 timbaum
收信人
日期 2007-02-16.19:36:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2007-08-23 15:56:36admin链接issue1661754 messages
2007-08-23 15:56:36admin创建