check
Verify the integrity of content against a torrent file.
Usage
Arguments
<torrent-file>
: Path to the.torrent
file. (Required)<content-path>
: Path to the directory or file containing the data to check. (Required)
Flags
Be verbose.
When enabled, shows detailed information about the verification process including any bad piece indices.
Enable quiet mode, printing only the final torrent file path upon success. Useful for scripts.
Useful for automated scripts or when you only need the verification status.
Manually specify the number of concurrent goroutines used for hashing.
Experimenting with different worker values might yield better performance than the default automatic setting.
Examples
Basic Check
Verify the content in my_download_folder
against my_torrent.torrent
:
Verbose Check
Verify content and show indices of any bad pieces: