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 giampaolo.rodola
Recipients exarkun, giampaolo.rodola, pitrou, timbaum
Date 2011-03-03.22:12:34
SpamBayes Score 4.112991e-08
Marked as misclassified No
Message-id <1299190355.51.0.273130453405.issue1661754@psf.upfronthosting.co.za>
In-reply-to
Content
Patch in attachment updates the previous one which no longer applies cleanly in py 3.3.
The control connection address is used for *both* passive (PASV) and active (PORT) connections, which is the same approach I used in pyftpdlib.

Removed test_source_address_passive_connection test because we do not want that the same (host, port) is used for both control and data connections.

I think it makes sense to port this patch in previous python versions as well.
History
Date User Action Args
2011-03-03 22:12:35giampaolo.rodolasetrecipients: + giampaolo.rodola, exarkun, pitrou, timbaum
2011-03-03 22:12:35giampaolo.rodolasetmessageid: <1299190355.51.0.273130453405.issue1661754@psf.upfronthosting.co.za>
2011-03-03 22:12:34giampaolo.rodolalinkissue1661754 messages
2011-03-03 22:12:34giampaolo.rodolacreate