From 10f730cfec3c51d03a912884a3839c615669b2df Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 8 Jul 2008 14:23:30 +0000 Subject: [PATCH] 2008-07-08 Tatsuhiro Tsujikawa Updated the descriptions for -j, -s. Added --bt-seed. * doc/aria2c.1 * doc/aria2c.1.html * doc/aria2c.1.txt --- ChangeLog | 7 +++++++ doc/aria2c.1 | 14 +++++++++++--- doc/aria2c.1.html | 20 +++++++++++++++----- doc/aria2c.1.txt | 13 +++++++++---- 4 files changed, 42 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d5f8cc6..949c7c6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-07-08 Tatsuhiro Tsujikawa + + Updated the descriptions for -j, -s. Added --bt-seed. + * doc/aria2c.1 + * doc/aria2c.1.html + * doc/aria2c.1.txt + 2008-07-08 Tatsuhiro Tsujikawa Added --bt-seed option. If --bt-seed=true is given at the command-line, diff --git a/doc/aria2c.1 b/doc/aria2c.1 index 8ca9f6d1..c68978c1 100644 --- a/doc/aria2c.1 +++ b/doc/aria2c.1 @@ -42,7 +42,7 @@ is specified, log is written to stdout\&. .PP \fB\-j\fR, \fB\-\-max\-concurrent\-downloads\fR=N .RS 4 -Set maximum number of parallel downloads\&. Default: +Set maximum number of parallel downloads for every static (HTTP/FTP) URL, torrent and metalink\&. Default: \fI5\fR .RE .PP @@ -114,10 +114,12 @@ and .PP \fB\-s\fR, \fB\-\-split\fR=N .RS 4 -Download a file using N connections\&. If more than N URLs are given, first N URLs are used and remaining URLs are used for backup\&. If less than N URLs are given, some of the URLs are used more than once so that totaly N connections are made simultaneously\&. N must be between +Download a file using N connections\&. If more than N URLs are given, first N URLs are used and remaining URLs are used for backup\&. If less than N URLs are given, those URLs are used more than once so that N connections total are made simultaneously\&. N must be between \fI1\fR and -\fI16\fR\&. Default: +\fI16\fR\&. Please see +\fB\-j\fR +option too\&. Default: \fI5\fR .RE .PP @@ -305,6 +307,12 @@ or \fI51200\fR .RE .PP +\fB\-\-bt\-seed\fR[=\fItrue\fR|\fIfalse\fR] +.RS 4 +Seed previously downloaded files without validating piece hashes\&. Default: +\fIfalse\fR +.RE +.PP \fB\-\-dht\-entry\-point\fR=HOST:PORT .RS 4 Set host and port as an entry point to DHT network\&. diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html index e598c929..0046b2d8 100644 --- a/doc/aria2c.1.html +++ b/doc/aria2c.1.html @@ -378,7 +378,8 @@ div.olist2 div.olist ol {

- Set maximum number of parallel downloads. + Set maximum number of parallel downloads for every static (HTTP/FTP) URL, + torrent and metalink. Default: 5

@@ -484,9 +485,9 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip Download a file using N connections. If more than N URLs are given, first N URLs are used and remaining URLs are used for backup. - If less than N URLs are given, some of the URLs are used more than once so - that totaly N connections are made simultaneously. N must be between 1 and - 16. + If less than N URLs are given, those URLs are used more than once so that N + connections total are made simultaneously. + N must be between 1 and 16. Please see -j option too. Default: 5

@@ -765,6 +766,15 @@ writes the piece to the appropriate files.

+—bt-seed[=true|false] +
+
+

+ Seed previously downloaded files without validating piece hashes. + Default: false +

+
+
—dht-entry-point=HOST:PORT
@@ -1612,7 +1622,7 @@ files in the program, then also delete it here.

diff --git a/doc/aria2c.1.txt b/doc/aria2c.1.txt index 9cbb2598..010d0cbb 100644 --- a/doc/aria2c.1.txt +++ b/doc/aria2c.1.txt @@ -32,7 +32,8 @@ Basic Options stdout. *-j*, *--max-concurrent-downloads*=N:: - Set maximum number of parallel downloads. + Set maximum number of parallel downloads for every static (HTTP/FTP) URL, + torrent and metalink. Default: '5' *--check-integrity*='true'|'false':: @@ -90,9 +91,9 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip Download a file using N connections. If more than N URLs are given, first N URLs are used and remaining URLs are used for backup. - If less than N URLs are given, some of the URLs are used more than once so - that totaly N connections are made simultaneously. N must be between '1' and - '16'. + If less than N URLs are given, those URLs are used more than once so that N + connections total are made simultaneously. + N must be between '1' and '16'. Please see *-j* option too. Default: '5' *-t*, *--timeout*=SEC:: @@ -223,6 +224,10 @@ BitTorrent Specific Options You can append 'K' or 'M'(1K = 1024, 1M = 1024K). Default: '51200' +*--bt-seed*[='true'|'false']:: + Seed previously downloaded files without validating piece hashes. + Default: 'false' + *--dht-entry-point*=HOST:PORT:: Set host and port as an entry point to DHT network.