[CentOS] scp via another server

Sun Jun 12 20:29:32 UTC 2016
Jonathan Billings <billings at negate.org>

> On Jun 12, 2016, at 11:21 AM, J Martin Rushton <martinrushton56 at 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 <billings at negate.org>