Luminarys / synapse

Synapse BitTorrent Daemon
https://synapse-bt.org
ISC License
855 stars 48 forks source link

Re-verify file integrity #204

Closed kpcyrd closed 3 years ago

kpcyrd commented 3 years ago

I'm wondering, is there currently a way to cause synapse to re-verify the file integrity? The torrent clients would invalidate and re-download chunks that don't verify.

Luminarys commented 3 years ago

RPC supports a command VALIDATE_RESOURCES which will verify file integrity. I believe it's not currently supported by sycli, though supporting it would not be too difficult.