SyntaxFix
Write A Post
Hire A Developer
Questions
I saw this when changing rsync versions. In the older version, it worked to say:
rsync -e 'ssh ...
when the rsync.exe and ssh.exe were in the same directory.
rsync.exe
ssh.exe
With the newer version, I had to specify the path:
rsync -e './ssh ...
and it worked.