OctopusDeploy / Octodiff

| Public | 100% C# implementation of remote delta compression based on the rsync algorithm
Other
24 stars 87 forks source link

Stream that dont support Seek #30

Open Fungusware opened 2 years ago

Fungusware commented 2 years ago

I'm curious to know if you think the library can generate a Signature file from a stream that does not support Seeking.

If possible this would be a great benefit to the library, as you can generate a signature in real time from a download, without storing the thie file itself.