[BangPypers] Question on FTP

Samarendra knightsamar at gmail.com
Tue Aug 20 18:55:43 CEST 2013


On Tue, Aug 20, 2013 at 5:14 PM, davidsnt <davidsnt at gmail.com> 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
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list