ftp recursively

Paul Rubin http
Tue Mar 18 17:52:59 EDT 2008


Jeff Schwab <jeff at schwabcenter.com> writes:
> I need to move a directory tree (~9GB) from one machine to another on
> the same LAN.  What's the best (briefest and most portable) way to do
> this in Python?

os.popen("rsync ...")



More information about the Python-list mailing list