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 FTPOSError(ftp_error)
FTPOSError: (11001, 'getaddrinfo failed')
Debugging info: ftputil 2.2.2, Python 2.4.3 (win32)
-- http://mail.python.org/mailman/listinfo/python-list
