Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you recommend a good SSH syncing utility? [closed]

Tags:

windows

sync

Can you recommend a good SSH file sync utility for Windows? For example, I have some C++ sources that I need to compile remotely. I need this utility to be simple and most of all responsive, so I can compile my sources instantly after saving, without having to wait for the sync to be triggered.

like image 465
Ariod Avatar asked Sep 26 '09 15:09

Ariod


People also ask

Is WinSCP an SSH client?

WinSCP is an open source free SSH client for Windows with the focus on secure file transfer. You can get it from WinSCP download page. Latest stable WinSCP version is 5.21.

How do I sync files between Linux servers?

Edit the crontab file by creating a cron job schedule for syncing your two Linux servers' directory files. Save and close the crontab file. The above-implemented cron job will automatically sync the backup/secondary server with the main/primary server after every 5 minutes.

What is a SSH client?

Secure Shell (SSH) is a client/server network application. It is used as a communication vehicle between the host system (for example, a laptop computer) and the system command-line interface (CLI).


2 Answers

WinSCP supports synchronization from both gui and command line.

like image 166
mvladic Avatar answered Sep 22 '22 16:09

mvladic


Use rsync. See this. There is even an instruction to set automatic backup.

like image 36
NawaMan Avatar answered Sep 22 '22 16:09

NawaMan