Message7481

Author sharma
Recipients sharma
Date 2012-10-22.09:14:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350897261.68.0.703680421436.issue1977@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I want to download a csv file from FTP server.But i am facing some issue.
Please help me.

ftp = snpsftp.SnpsFTP('ftpurl', 'username', 'pwd')
ftp.setmode('ASCII')
ftp.mget('/ITAM', 'Capital_Defects.csv', 'e:/ftp Data')
ftp.close()

Thanks
Alok
History
Date User Action Args
2012-10-22 09:14:21sharmasetrecipients: + sharma
2012-10-22 09:14:21sharmasetmessageid: <1350897261.68.0.703680421436.issue1977@psf.upfronthosting.co.za>
2012-10-22 09:14:21sharmalinkissue1977 messages
2012-10-22 09:14:20sharmacreate