FTP problem

python at bdurham.com python at bdurham.com
Fri Jan 14 07:05:05 EST 2011


Thomas,

> ftp = FTP('ftp.indexftp.barcap.com', 'A Valid Username', ' A Valid Password')

Your FTP URI is bad. When I try to connect to your site from the Windows
FTP client, I get the following response:

Unknown host ftp.indexftp.barcap.com.

Malcolm



More information about the Python-list mailing list