Re: Problem to Download ftp file

2007-05-07 Thread Gabriel Genellina
En Mon, 07 May 2007 02:27:59 -0300, Shakil Ahmed <[EMAIL PROTECTED]> escribió: > Actually i need to know that how can i download a ftp file from ncbi by > using python module ftputil. > > import ftputil > > host = ftputil.FTPHost('ftp.ncbi.nih.gov/repository/OMIM/morbidmap', > 'anonymous', 'pass

Re: Problem to Download ftp file

2007-05-06 Thread Stefan Sonnenberg-Carstens
Perhaps a problem with name resolution ? On Mo, 7.05.2007, 07:27, Shakil Ahmed wrote: > hi > Actually i need to know that how can i download a ftp file from ncbi by > using python module ftputil. > please help me. > > Thanks > regards, > Shakil > > import ftputil > > host = ftputil.FTPHost('ftp.nc

Problem to Download ftp file

2007-05-06 Thread Shakil Ahmed
hi Actually i need to know that how can i download a ftp file from ncbi by using python module ftputil. please help me. Thanks regards, Shakil import ftputil host = ftputil.FTPHost('ftp.ncbi.nih.gov/repository/OMIM/morbidmap', 'anonymous', 'password') The Error message is: raise FTPOSErro