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

Re: Python-list Digest, Vol 35, Issue 501

2006-08-31 Thread alper soyler
n replying, please edit your Subject line so it is more specificthan "Re: Contents of Python-list digest..."Today's Topics:   1. Tkinter listbox question ([EMAIL PROTECTED])   2. Re: Using eval with substitutions (Peter Otten)   3. Re: a question about my script (alper soyler)   4

Re: a question about my script

2006-08-31 Thread alper soyler
ror_perm: 550 pub/kegg/genomes/aae: No such file or directoryHowever, in ftp.genome.jp/pub/kegg/genomes/  site, there is 'aae' directory. What can be the reason?regards,alper- Original Message From: Gabriel Genellina <[EMAIL PROTECTED]>To: alper soyler <[EMAIL PROTECTED]&g

Re: a question about my script

2006-08-31 Thread alper soyler
ror_perm: 550 pub/kegg/genomes/aae: No such file or directoryHowever, in ftp.genome.jp/pub/kegg/genomes/  site, there is 'aae' directory. What can be the reason?regards,alper- Original Message From: Gabriel Genellina <[EMAIL PROTECTED]>To: alper soyler <[EMAIL PROTECTED]&g

a question about my script

2006-08-29 Thread alper soyler
Hi all,I am trying to get some files from an ftp site by ftplib module and I wrote the below script. However I have a problem. With my script, I login to ftp.genome.jp site. then, I am changing the directory to pub/kegg/genomes/afm and I am downloading "a.fumigatus.pep" file. However, what I want i