[BangPypers] Question on FTP

2013-08-20 Thread davidsnt
Can some one please help me to find the best way to do a file upload and file download to a FTP server in python. --David ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Volunteer to conduct workshop on August 24 at SJBIT, Bangalore

2013-08-20 Thread vijay
Hi ,    We are looking for 2 more volunteer to conduct workshop at SJBIT,Bangalore  on august 24. it's  a basic python workshop .    College will take care of transportation . With Thanks Vijay ___ BangPypers mailing list BangPypers@python.org http://ma

Re: [BangPypers] Question on FTP

2013-08-20 Thread Samarendra
On Tue, Aug 20, 2013 at 5:14 PM, davidsnt wrote: > Can some one please help me to find the best way to do a file upload and > file download to a FTP server in python. > ​Are you looking to write a FTP client in python ? You can have a look at the *ftplib* library (http://docs.python.org/2/librar

Re: [BangPypers] Question on FTP

2013-08-20 Thread steve
On Tuesday 20 August 2013 05:14 PM, davidsnt wrote: Can some one please help me to find the best way to do a file upload and file download to a FTP server in python. http://bit.ly/KKiEQX cheers, - steve ___ BangPypers mailing list BangPypers@python

Re: [BangPypers] Question on FTP

2013-08-20 Thread Noufal Ibrahim
davidsnt writes: > Can some one please help me to find the best way to do a file upload and > file download to a FTP server in python. There is an ftplib module in the standard library. I'd start with that. [...] -- Cordially, Noufal http://nibrahim.net.in __

Re: [BangPypers] Question on FTP

2013-08-20 Thread Anand B Pillai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 20 August 2013 05:14 PM, davidsnt wrote: > Can some one please help me to find the best way to do a file > upload and file download to a FTP server in python. Courtesy F-bot, http://effbot.org/librarybook/ftplib.htm (F-bot is the pseudonym