GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BTCHECK(1) BTCHECK(1)

btcheck - Bittorrent downloaded data checker

btcheck [ -h ] [ -V ] [ -v ] [ -q ] [ -n ] [ -z ] [ -i ] [ -l ] file.torrent

btcheck(1) is a tool to list torrent file content (torrent hash value, tracker announce, comments, files list with sizes) and to check hashes of downloaded data associated with this torrent file.

-h
Show summary of options and exit.
-V
Show the current version number and exit.
-v
Verbose output (can be used many times to increase verbosity level).
-q
Quiet output, check success or failure is set in return code.
-n
Do not check data (useful with -i option and default with -l).
-z
Fill missing data with zeros when checking (this forces hash computation).
-i
Show the content of the given torrent file. This includes the files list with their size, the tracker announce, the torrent hash value.
-l
List filenames with size of the given torrent file and don't check data.
file.torrent
The torrent file to use.

Here is some examples.

    btcheck foo.torrent
            

    btcheck -l bar.torrent
            

This program tries to check data in the directory declared in torrent file. If this directory doesn't exist, check is done in the current directory.

None as far as I know.

Jean Diraison <jean.diraison@ac-rennes.fr>

This tool can be download at http://btcheck.sourceforge.net/ <URL:http://btcheck.sourceforge.net/>. It is distributed under the terms of the GPLv3 License (http://www.gnu.org/licenses/gpl-3.0.txt).

btshowmetainfo(1)
01 janvier 2011

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.