Re: scp in reverse?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: kitepilot@kitepilot.com
Date:  
To: Main PLUG discussion list
Subject: Re: scp in reverse?
Yes, scp (like cp) will copy back or forth, the 2 commands below are legal:

scp myuser@remotebox:/that/file /this/path
scp /this/path myuser@remotebox:/that/file

1st one will 'retrieve' /that/file from 'remotebox' into /this/path
2nd one will copy /this/path to /that/file in 'remotebox'.
ET


writes:

>
> This is interesting. Does this really mean that
> scp in reverse is possible by using a similar syntax
> with the dot at the end to extract a file from a remote
> computer to my local computer?
>
> -----------------
> Mike Ballon wrote (in part) ... scp in reverse:
>
> scp 192.168.0.4:Pictures/2009-Move.from.Florida .
>
> I'm guessing the path of the pictures and take note of the dot at the end
>
>
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss