ftp

Ben Hutchings do-not-spam-ben.hutchings at businesswebsoftware.com
Tue Mar 18 05:36:04 EST 2003


Please post only plain text, not HTML as well.

In article <mailman.1047906566.8668.python-list at python.org>,
Enrique Palomo wrote:
> There's any python module to transfer files (ftp) only with ftp commands
> (put, get, mput, ...) different of ftplib in which i must open the file to
> transfer, read it, ...

You could popen() the ftp program.  It's probably easier to use ftplib though.
Use the glob module to expand patterns like '*.py'.




More information about the Python-list mailing list