I wish to find a windows program (preferably with GUI) that will compare recursively a remote folder (SFTP) and a local one.
I would like it to list all the files and folders that are different, deleted or added based on timestamp and/or filesize (with this a changeable option).
I am not looking for a program to copy any files in either direction, just a list of the differences.
Robocopy may be a possible answer, but I can't see how to achieve this using it, and the Richcopy GUI for it doesn't appear to have the list only option.
Many thanks!
P.S. I posted a similar but different question, but these requirements are definitely different, hence this question.
rsyncto synchronize the local copy with the remote directory and finally, usediffbetween the original directory and the modified copy to find out the differences. – salva Jan 12 at 10:05