> On Jun 12, 2016, at 11:21 AM, J Martin Rushton 
> <martinrushto...@btinternet.com> wrote:
> 
> $ scp svr2:/path/to/source svr1:/path/to/dest
> 
> You'll get twice the network traffic since the copy is running on your
> workstattoin (or whatever).

You probably meant:

$ scp -3 svr2:/path/to/source svr1:/path/to/dest


--
Jonathan Billings <billi...@negate.org>


_______________________________________________
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos

Reply via email to