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 ajaksu2, chris.mahan, giampaolo.rodola, vstinner
Date 2009-01-02.21:28:37
SpamBayes Score 0.0016005549
Marked as misclassified No
Message-id <1230931718.61.0.230637741805.issue4791@psf.upfronthosting.co.za>
In-reply-to
Content
I'm unable to reproduce the issue.
Could you please repeat the test by using the "timeout" parameter as 
such?

< ftp = ftplib.FTP('ftp.edgecastcdn.net', user='theusername', 
passwd='thepassword')
> ftp = ftplib.FTP('ftp.edgecastcdn.net', user='theusername', 
passwd='thepassword', timeout=2)
History
Date User Action Args
2009-01-02 21:28:38giampaolo.rodolasetrecipients: + giampaolo.rodola, vstinner, ajaksu2, chris.mahan
2009-01-02 21:28:38giampaolo.rodolasetmessageid: <1230931718.61.0.230637741805.issue4791@psf.upfronthosting.co.za>
2009-01-02 21:28:37giampaolo.rodolalinkissue4791 messages
2009-01-02 21:28:37giampaolo.rodolacreate