davidsnt <[email protected]> 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 _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
