I have a scenario where I have to sync a Linux directory and a windows network path.
For now I'm doing this in two steps
- pscp for copying the file from the Linux machine to my local windows machine.
- xcopy for copying the file from my machine to the desired windows network path.
All I'm looking for here is is there a way to sycn the Linux directory with the windows network path.