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
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
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