Do you mean that you use
That actually does what I wrote above: "run the client on one of the servers to upload to ... the other one".
It connects with SSH to
(or maybe the other way around, I'm not sure now)
That's not something WinsCP is designed for. If you already use
scp
tool in this form?
scp sourceserver:/source/path targetserver:/target/path
That actually does what I wrote above: "run the client on one of the servers to upload to ... the other one".
It connects with SSH to
sourceserver
and there it runs:
scp /source/path targetserver:/target/path
(or maybe the other way around, I'm not sure now)
That's not something WinsCP is designed for. If you already use
scp
for this, why don't you keep using it?