On Tue, Aug 20, 2013 at 5:14 PM, davidsnt <[email protected]> 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/library/ftplib.html) which ships with Python. > > --David > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
