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 giampaolo.rodola
Date 2009-01-03.00:52:12
SpamBayes Score 4.5002415e-07
Marked as misclassified No
Message-id <1230943934.69.0.609460387197.issue4814@psf.upfronthosting.co.za>
In-reply-to
Content
When using the optional ftplib.FTP()'s timeout parameter which 
specifies a timeout in seconds for blocking operations like the 
connection attempt, it is applied on both FTP control and passive data 
channel (if any).
It is not applied for active (PORT/EPRT) data connections.
The patch in attachment modifies ftplib so that when ntransfer method 
is called in active mode, timeout is applied on the resulting data 
connection.
History
Date User Action Args
2009-01-03 00:52:14giampaolo.rodolasetrecipients: + giampaolo.rodola
2009-01-03 00:52:14giampaolo.rodolasetmessageid: <1230943934.69.0.609460387197.issue4814@psf.upfronthosting.co.za>
2009-01-03 00:52:13giampaolo.rodolalinkissue4814 messages
2009-01-03 00:52:12giampaolo.rodolacreate