1

I want to use a comparison tool (i.e. Winmerge, Beyond Compare) to sync two folder over internet.

The first folder is on the local PC, the second one is on a remote PC. Both the PC use Windows 10. They are not on the same network.

I can install any software on both of them. Which solution may work and how?

Installing a FTP Server?

Using a VPN? → how?

Using IIS? → how?

Installing an utility? → which one?

Is there a Window native solution for this task?

1
  • 1
    Since they are on a different network, you would need a VPN connection, and ensure the local firewalls allow a connection from the other machine. I did this a while back with Sync Back Pro and so Beyond Compare should work the same way.
    – anon
    Commented Jan 29, 2020 at 23:03

1 Answer 1

1

You can set up SFTP or FTP server on one of the machine to exchange the files.

See Best way to transfer files from Windows to Windows via Internet.


Once you have the server set up, you can use many applications for the synchronization. Many synchronization tools support SFTP or FTP. And conversely, some SFTP and FTP clients do support synchronization.

For example my SFTP/FTP client, WinSCP, has synchronization functionality built-in.

2
  • Which is better? VPN, ssh or ftp?
    – Revious
    Commented Jan 30, 2020 at 7:49
  • 1
    SFTP is better than FTP. VPN is hard to compare. If you need the file transfer only, SFTP will be easier to setup. Commented Jan 30, 2020 at 7:57

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .