I am in an SSH session with a remote machine using WinSCP. I would like WinSCP to track a file on my local machine, call it test.cpp. That is, whenever this file is updated on my local machine, the change should automatically be made on the remote.
At the same time, I would like WinSCP to track a file on the remote, call it out.txt, so that changes to this file on the remote are reflected on my own machine.
How can I achieve both of these simultaneously? I want the first file to be tracked in one direction, and the other to be tracked in the other direction, but neither file should be tracked in both directions.
rsync. – LawrenceC Jun 04 '18 at 13:54