Re: Two-Way synchronization with delete by C#
@Guest: Of course. The code is rather trivial. It should be easy to translate it to C#.
in other words, when we are working on files, and we save the changes, we want it to be auto-synced... but if we would create a new file or delete an existing one, then it would ask us what we want to do (create or delete?)...
i am not sure if there is a way to have it detect if the file was created or deleted, as i do not know the code of the syncronize feature.
from what i can tell, basically want we want is a merged form of the "keep remote directory up to date" and the 'both' option in the "syncronize".... so when we make a change locally, it would just keep the remote directory up-to-date (as it does now) but if we make a change on the remote computer, then the change would be synced down to the local copy of the file...
is there a way to add an option to have it sync changes to the files, but prompt when a file is created/deleted?
possibly have a setting in the options page on either adding the missing file (as it is now) or prompting to either add or remove?
That's how it should work. How do you tell if the file was deleted on one side or created on the other? Apparently the safe way is to consider it to be added.
It doesn't look like it can.
I've tried with "both" and synchdelete, but every time I delete a file on one computer it just puts it back.
Help?