S
Sven Rutten
Hello
I am coding an application which consists of a webservice and a client
application.
I am comparing the files on the server and the one on the client with
hash-code and dates, so I can synchronize. That is working correctly.
My problem is, if I am deleting one file on the client, then synchronize,
how does the server know that it has been deleted? Actually it is then
copying it back again to the client...
The problem occurs specially if I am using 2-3 clients to synchronize. If I
then delete the file on one client, but then make some changes to the file
on another client, then I am synchronizing client 1 and then client 2, it
should keep the new client 2-version!
So I should be able somehow to know when the file has been deleted...
Or is there another approach?
Thanks
Sven
I am coding an application which consists of a webservice and a client
application.
I am comparing the files on the server and the one on the client with
hash-code and dates, so I can synchronize. That is working correctly.
My problem is, if I am deleting one file on the client, then synchronize,
how does the server know that it has been deleted? Actually it is then
copying it back again to the client...
The problem occurs specially if I am using 2-3 clients to synchronize. If I
then delete the file on one client, but then make some changes to the file
on another client, then I am synchronizing client 1 and then client 2, it
should keep the new client 2-version!
So I should be able somehow to know when the file has been deleted...
Or is there another approach?
Thanks
Sven