Uploading only modified parts of file to server
I ha开发者_StackOverflowve a need to upload only modified parts of the file back to the server and merge the changes at the server.
As a first option, you might want to save yourself some coding and use rsync
or some equivalent.
If this doesn't suit your needs, an implementation of the algorithm that rsync
uses for this purpose is probably more than enough.
精彩评论