mpetazzoni / ttorrent

BitTorrent Java library with tracker and download client
http://mpetazzoni.github.com/ttorrent/
Apache License 2.0
1.38k stars 502 forks source link

Disable hash check in SimpleClient.downloadTorrent #261

Open r3746 opened 3 years ago

r3746 commented 3 years ago

Is it possible to add option in SimpleClient to disable hash checks in downloadTorrent, check only file presence/size ? For serving from read-only storage (DVD or protected SD). Also, add option to disable opening RandomAccessFile for write in FileStorage, and setting its size setLength, even if file is present and is ok...