Re: a question about ftplib

2006-09-01 Thread Gabriel G
At Friday 1/9/2006 06:32, alper soyler wrote: Thank you very much for your help. The program works however, after downloading 121 '.pep' files, it gave me time out error: Traceback (most recent call last): File "ftp1.0.py", line 18, in ? for filename in ftp.nlst(): ... File "/usr/lib

Question about ftplib

2006-09-01 Thread alper soyler
I am trying to get '.pep' files from the ftp.genome.jp/pub/kegg/genomes/??? directories (???=directory names) with the below script. However, after downloading 121 files (I have to download 300 more), it gave me the time out error message:Traceback (most recent call last):  File "ftp1.0.py", line 1