[issue4791] retrlines('LIST') and dir hang at end of listing in ftplib (python3.0)

Giampaolo Rodola' report at bugs.python.org
Fri Jan 2 22:28:38 CET 2009


Giampaolo Rodola' <billiejoex at users.sourceforge.net> added the comment:

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)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4791>
_______________________________________


More information about the Python-bugs-list mailing list