https://bugzilla.mindrot.org/show_bug.cgi?id=2884
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Darren Tucker <[email protected]> --- In your example both A and B are host:/path ie a remote to remote copy? If you want both connections to be made from A there's the three-way option to scp: -3 Copies between two remote hosts are transferred through the local host. Without this option the data is copied directly between the two remote hosts. Note that this option disables the progress meter. although that also has different behaviour in that the bytes will pass through the originating host instead of directly from A to B. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
