Hello 2 all.
Firstly excuse me my bad English if it is.
Well, I need real-time synchronization of the remote directory (via SSH). This is the work project - a site. I use phped and local project and every time i save local project files i need those files to be uploaded to server (there is my debug branch on server). Now I'm using WinSCP for this purpose (option "keep remote directory updated").
But! Sometimes happens that another programmers change files on my branch. There can be a lot of reasons for it, but if I manually won't update my local files before further editing, result will be the same - all changes will be missed. So, I hope in this situation will be helpful SFFS (super flexible file synchronizer).
Is there way to set up the synchronization that program will understand, the current version on server of any file was uploaded by me or by other (with other software)?
i think this can be possible if compare current file on server (content/checksum or size and date) with previously uploaded (this information would be saved somewhere in database). Or maybe there are other ways?
thanks for help.