"Thierry Lam" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>                  http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to