Scroll to navigation

GNOME-BTDOWNLOAD(1) General Commands Manual GNOME-BTDOWNLOAD(1)

NAME

gnome-btdownload - download files using a scatter-gather network

SYNOPSIS

gnome-btdownload [ option ... ] URL
gnome-btdownload [ option ... ] filename

DESCRIPTION

gnome-btdownload is a program to allow a user to download files using bittorrent, a scatter-gather network.

OPTIONS

These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.

treat filename as a file which the server reponse was stored in. If this option is used, no filename or URL should be present on the command line.
retrieve the torrent info file from url. If this option is used, no filename or URL should be present on the command line.
report ip as your IP to the tracker
bind to ip instead of the default
set portnum as the minimum port to listen on, counts up if unavailable (default 6881)
set portnum as the maximum port to listen on (default 6889)
store the downloaded file to filename, instead of querying user (gui) or using the filename stored in the torrent info file
Only allow num uploads at once (default 4)
maximum rate to upload at in kilobytes, 0 means no limit (default 0)
pause secs seconds between sending keepalives (default 120.0)
query for bytes bytes per request (default 32768)
keep num requests in a single pipe at once (default 5)
set bytes to the maximum length prefix encoding you'll accept over the wire - larger values get the connection dropped (default 8388608)
wait secs before closing sockets which nothing has been received on (default 300.0)
check whether connections have timed out every secs seconds (default 60.0)
requests from peers larger than bytes bytes are ignored (default 131072)
connections that pause longer than secs seconds are given reduced rate (default 15.0)
set secs to the maximum amount of time to guess the current rate estimate represents (default 20.0)
set the time equivalent of writing to kernel-level TCP buffer to secs (default 5.0)
update displayed information every secs seconds (default 0.1)
request more peers every secs seconds (default 300)
do not rerequest if we have num peers already (default 20)
wait secs seconds before assuming a http connection has timed out (default 60)
wait secs seconds for data to come in over a connection before assuming it's semi-permanently choked (default 30.0)
whether to display diagnostic info to stdout. This option is not useful when using btdownloadcurses or btdownloadgui. (default 0) --max_initiate num stop initiating new connections when we have num peers (default 40)
whether to check hashes on disk (defaults to 1)
whether to report to the user that hash failuers occur (non-fatal, common error) (default 0)
the number of peers which need to have a piece before other partials take priority over rarest first (default 3)

SEE ALSO

bittorrent-downloader(1), bttrack(1), btmakemetafile(1), btlaunchmany(1).

AUTHOR

This manual page was originally written by Michael Janssen <jamuraa@debian.org>, for the Debian GNU/Linux system's bittorrent-downloader(1) and was modified for gnome-btdownload(1) by Paul Varga <null_and_void@users.sourceforge.net> (but may be used by others).

Sep 24 2003