xferspdy
xferspdy copied to clipboard
diff over tcp
Hello, You can use it on tcp connections.
Thank you
Hello, Are you asking if this can be used over TCP connections? Support for TCP is somewhat orthogonal to the purpose of the library. Of course one of the use could be to reduce data transfer when transferring version of files, by just transferring deltas. It shouldn't be too hard to build. Monmohan
My steps should be: 1 copy of fingerprint from server to client 2 generation patch on client 3 copy of the patch on the server
I think this is the process
Sounds right to me. You can also use compressions when doing these transfers to further reduce data size