I have a website with PHP files and other. I would like to do one-click synchronisation between my local copy of a website and my website on the server. It would be nice if there was be a command line utility or plugin to Eclipse PDT to do this.
To synchronize, go to Commands > Synchronize (in the main menu). The Synchronize dialog will appear, where you can select a synchronization mode and configure options. If you are using the Explorer interface you may now select the local directory which you want to synchronize.
I would recommend lftp. It's a sophisticated, scriptable command-line FTP client.
lftp has builtin mirror which can download or update a whole directory tree. There is also reverse mirror (mirror -R) which uploads or updates a directory tree on server. Mirror can also synchronize directories between two remote servers, using FXP if available.
lftp -f mirror.sh
mirror.sh
open sftp://<username>:<password>@<ip address>
mirror -c /<source> /<destination>
exit
I've found WinSCP. It's FTP, free and Open Source: http://winscp.net/eng/docs/start
And it works from command line with comparision of files (to synchronise it)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With