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