Message78879
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) |
|
| Date |
User |
Action |
Args |
| 2009-01-02 21:28:38 | giampaolo.rodola | set | recipients:
+ giampaolo.rodola, vstinner, ajaksu2, chris.mahan |
| 2009-01-02 21:28:38 | giampaolo.rodola | set | messageid: <[email protected]> |
| 2009-01-02 21:28:37 | giampaolo.rodola | link | issue4791 messages |
| 2009-01-02 21:28:37 | giampaolo.rodola | create | |
|