Copying files between different linux machines

Mike Meyer mwm at mired.org
Sat Jan 7 04:11:38 EST 2006


"Thierry Lam" <lamthierry at gmail.com> writes:
> Let's say I have two linux machines with the following names:
> -linone
> -lintwo
>
> If I'm currently on linone and if I want to copy a bunch of files from
> lintwo into linone, how can that be done in a python script without
> using ftp?

Use scp.

    <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list