|
@@ -312,7 +312,7 @@ div#toc a:visited { color: blue; }
|
|
|
</div>
|
|
|
<h2>SYNOPSIS</h2>
|
|
|
<div class="sectionbody">
|
|
|
-<p><em>aria2c</em> [OPTIONS] URL|TORRENT_FILE|METALINK_FILE …</p>
|
|
|
+<p>aria2c [<em>OPTIONS</em>] [<em>URL</em> | <em>TORRENT_FILE</em> | <em>METALINK_FILE</em>]…</p>
|
|
|
</div>
|
|
|
<h2>DESCRIPTION</h2>
|
|
|
<div class="sectionbody">
|
|
@@ -323,7 +323,7 @@ div#toc a:visited { color: blue; }
|
|
|
<h3>Basic Options</h3>
|
|
|
<dl>
|
|
|
<dt>
|
|
|
--d, —dir=DIR
|
|
|
+<strong>-d</strong>, <strong>—dir</strong>=DIR
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -331,7 +331,7 @@ div#toc a:visited { color: blue; }
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--i, —input-file=FILE
|
|
|
+<strong>-i</strong>, <strong>—input-file</strong>=FILE
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -341,7 +341,7 @@ div#toc a:visited { color: blue; }
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--l, —log=LOG
|
|
|
+<strong>-l</strong>, <strong>—log</strong>=LOG
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -350,7 +350,7 @@ div#toc a:visited { color: blue; }
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--j, —max-concurrent-downloads=N
|
|
|
+<strong>-j</strong>, <strong>—max-concurrent-downloads</strong>=N
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -359,7 +359,7 @@ div#toc a:visited { color: blue; }
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—check-integrity=<em>true</em>|<em>false</em>
|
|
|
+<strong>—check-integrity</strong>=<em>true</em>|<em>false</em>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -371,7 +371,7 @@ div#toc a:visited { color: blue; }
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--c, —continue
|
|
|
+<strong>-c</strong>, <strong>—continue</strong>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -382,13 +382,13 @@ div#toc a:visited { color: blue; }
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--h, —help[=CATEGORY]
|
|
|
+<strong>-h</strong>, <strong>—help</strong>[=CATEGORY]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
|
Print usage and exit.
|
|
|
The help messages are classified in several categories.
|
|
|
- For example, type "—help=http" for detailed explanation for the options
|
|
|
+ For example, type "<strong>—help</strong>=http" for detailed explanation for the options
|
|
|
related to HTTP. If no matching category is found, search option name using
|
|
|
a given word in forward match and print the result.
|
|
|
Available Values: <em>basic</em>, <em>advanced</em>, <em>http</em>, <em>ftp</em>, <em>metalink</em>,
|
|
@@ -400,7 +400,7 @@ div#toc a:visited { color: blue; }
|
|
|
<h3>HTTP/FTP Options</h3>
|
|
|
<dl>
|
|
|
<dt>
|
|
|
-—lowest-speed-limit=SPEED
|
|
|
+<strong>—lowest-speed-limit</strong>=SPEED
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -413,7 +413,7 @@ div#toc a:visited { color: blue; }
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--m, —max-tries=N
|
|
|
+<strong>-m</strong>, <strong>—max-tries</strong>=N
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -422,7 +422,7 @@ div#toc a:visited { color: blue; }
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--o, —out=FILE
|
|
|
+<strong>-o</strong>, <strong>—out</strong>=FILE
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -437,13 +437,13 @@ div#toc a:visited { color: blue; }
|
|
|
</td>
|
|
|
<td class="content">In Metalink, BitTorrent download you cannot specify file name.
|
|
|
The file name specified here is only used when the URLs fed to aria2
|
|
|
-is done by command line without -i, -Z option, like this:
|
|
|
+is done by command line without <strong>-i</strong>, -Z option, like this:
|
|
|
aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</tr></table>
|
|
|
</div>
|
|
|
<dl>
|
|
|
<dt>
|
|
|
-—retry-wait=SEC
|
|
|
+<strong>—retry-wait</strong>=SEC
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -453,7 +453,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--s, —split=N
|
|
|
+<strong>-s</strong>, <strong>—split</strong>=N
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -464,7 +464,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--t, —timeout=SEC
|
|
|
+<strong>-t</strong>, <strong>—timeout</strong>=SEC
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -476,7 +476,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
<h3>HTTP Specific Options</h3>
|
|
|
<dl>
|
|
|
<dt>
|
|
|
-—http-auth-scheme=SCHEME
|
|
|
+<strong>—http-auth-scheme</strong>=SCHEME
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -486,7 +486,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—http-user=USER
|
|
|
+<strong>—http-user</strong>=USER
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -494,7 +494,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—http-passwd=PASSWD
|
|
|
+<strong>—http-passwd</strong>=PASSWD
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -502,7 +502,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—http-proxy=HOST:PORT
|
|
|
+<strong>—http-proxy</strong>=HOST:PORT
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -510,7 +510,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—http-proxy-user=USER
|
|
|
+<strong>—http-proxy-user</strong>=USER
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -518,7 +518,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—http-proxy-passwd=PASSWD
|
|
|
+<strong>—http-proxy-passwd</strong>=PASSWD
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -526,7 +526,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—http-proxy-method=METHOD
|
|
|
+<strong>—http-proxy-method</strong>=METHOD
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -536,7 +536,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—referer=REFERER
|
|
|
+<strong>—referer</strong>=REFERER
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -544,7 +544,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—enable-http-keep-alive[=<em>true</em>|<em>false</em>]
|
|
|
+<strong>—enable-http-keep-alive</strong>[=<em>true</em>|<em>false</em>]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -553,7 +553,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—enable-http-pipelining[=<em>true</em>|<em>false</em>]
|
|
|
+<strong>—enable-http-pipelining</strong>[=<em>true</em>|<em>false</em>]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -562,17 +562,17 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—header=HEADER
|
|
|
+<strong>—header</strong>=HEADER
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
|
Append HEADER to HTTP request header.
|
|
|
You can use this option repeatedly to specify more than one header:
|
|
|
- aria2c —header="X-A: b78" —header="X-B: 9J1" http://host/file
|
|
|
+ aria2c <strong>—header</strong>="X-A: b78" <strong>—header</strong>="X-B: 9J1" http://host/file
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—load-cookies=FILE
|
|
|
+<strong>—load-cookies</strong>=FILE
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -581,7 +581,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--U, —user-agent=USER_AGENT
|
|
|
+<strong>-U</strong>, <strong>—user-agent</strong>=USER_AGENT
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -592,7 +592,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
<h3>FTP Specific Options</h3>
|
|
|
<dl>
|
|
|
<dt>
|
|
|
-—ftp-user=USER
|
|
|
+<strong>—ftp-user</strong>=USER
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -601,7 +601,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—ftp-passwd=PASSWD
|
|
|
+<strong>—ftp-passwd</strong>=PASSWD
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -610,7 +610,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--p, —ftp-pasv
|
|
|
+<strong>-p</strong>, <strong>—ftp-pasv</strong>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -618,7 +618,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—ftp-type=TYPE
|
|
|
+<strong>—ftp-type</strong>=TYPE
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -627,7 +627,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—ftp-reuse-connection[=<em>true</em>|<em>false</em>]
|
|
|
+<strong>—ftp-reuse-connection</strong>[=<em>true</em>|<em>false</em>]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -636,7 +636,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—ftp-via-http-proxy=METHOD
|
|
|
+<strong>—ftp-via-http-proxy</strong>=METHOD
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -645,7 +645,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--n, —no-netrc
|
|
|
+<strong>-n</strong>, <strong>—no-netrc</strong>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -656,17 +656,17 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
<h3>BitTorrent/Metalink Options</h3>
|
|
|
<dl>
|
|
|
<dt>
|
|
|
-—select-file=INDEX…
|
|
|
+<strong>—select-file</strong>=INDEX…
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
|
Set file to download by specifing its index.
|
|
|
- You can find the file index using the —show-files option.
|
|
|
+ You can find the file index using the <strong>—show-files</strong> option.
|
|
|
Multiple indexes can be specified by using ",", for example: <em>3,6</em>.
|
|
|
You can also use "-" to specify a range: <em>1-5</em>.
|
|
|
"," and "-" can be used together: <em>1-5,8,9</em>.
|
|
|
When used with the -M option, index may vary depending on the query
|
|
|
- (see —metalink-* options).
|
|
|
+ (see <strong>—metalink-</strong>* options).
|
|
|
</p>
|
|
|
</dd>
|
|
|
</dl>
|
|
@@ -683,7 +683,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</div>
|
|
|
<dl>
|
|
|
<dt>
|
|
|
--S, —show-files
|
|
|
+<strong>-S</strong>, <strong>—show-files</strong>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -696,7 +696,7 @@ writes the piece to the appropriate files.</td>
|
|
|
<h3>BitTorrent Specific Options</h3>
|
|
|
<dl>
|
|
|
<dt>
|
|
|
-—bt-min-crypto-level=<em>plain</em>|<em>arc4</em>
|
|
|
+<strong>—bt-min-crypto-level</strong>=<em>plain</em>|<em>arc4</em>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -707,7 +707,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—bt-require-crypto=<em>true</em>|<em>false</em>
|
|
|
+<strong>—bt-require-crypto</strong>=<em>true</em>|<em>false</em>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -718,7 +718,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—dht-entry-point=HOST:PORT
|
|
|
+<strong>—dht-entry-point</strong>=HOST:PORT
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -726,7 +726,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—dht-listen-port=PORT…
|
|
|
+<strong>—dht-listen-port</strong>=PORT…
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -738,7 +738,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—direct-file-mapping=<em>true</em>|<em>false</em>
|
|
|
+<strong>—direct-file-mapping</strong>=<em>true</em>|<em>false</em>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -749,7 +749,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—enable-dht[=<em>true</em>|<em>false</em>]
|
|
|
+<strong>—enable-dht</strong>[=<em>true</em>|<em>false</em>]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -759,7 +759,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—enable-peer-exchange[=<em>true</em>|<em>false</em>]
|
|
|
+<strong>—enable-peer-exchange</strong>[=<em>true</em>|<em>false</em>]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -769,7 +769,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—follow-torrent=<em>true</em>|<em>false</em>|<em>mem</em>
|
|
|
+<strong>—follow-torrent</strong>=<em>true</em>|<em>false</em>|<em>mem</em>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -783,7 +783,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—listen-port=PORT…
|
|
|
+<strong>—listen-port</strong>=PORT…
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -805,7 +805,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</div>
|
|
|
<dl>
|
|
|
<dt>
|
|
|
-—max-upload-limit=SPEED
|
|
|
+<strong>—max-upload-limit</strong>=SPEED
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -815,7 +815,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—peer-id-prefix=PEERI_ID_PREFIX
|
|
|
+<strong>—peer-id-prefix</strong>=PEERI_ID_PREFIX
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -827,7 +827,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—seed-ratio=RATIO
|
|
|
+<strong>—seed-ratio</strong>=RATIO
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -835,21 +835,21 @@ writes the piece to the appropriate files.</td>
|
|
|
RATIO.
|
|
|
I strongly encourages you to specify equals or more than <em>1.0</em> here.
|
|
|
Specify <em>0.0</em> if you intend to do seeding regardless of share ratio.
|
|
|
- If —seed-time option is specified along with this option, seeding ends when
|
|
|
+ If <strong>—seed-time</strong> option is specified along with this option, seeding ends when
|
|
|
at least one of the conditions is satisfied.
|
|
|
Default: <em>1.0</em>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—seed-time=MINUTES
|
|
|
+<strong>—seed-time</strong>=MINUTES
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
|
- Specify seeding time in minutes. Also see the —seed-ratio option.
|
|
|
+ Specify seeding time in minutes. Also see the <strong>—seed-ratio</strong> option.
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--T, —torrent-file=TORRENT_FILE
|
|
|
+<strong>-T</strong>, <strong>—torrent-file</strong>=TORRENT_FILE
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -861,7 +861,7 @@ writes the piece to the appropriate files.</td>
|
|
|
<h3>Metalink Specific Options</h3>
|
|
|
<dl>
|
|
|
<dt>
|
|
|
-—follow-metalink=<em>true</em>|<em>false</em>|<em>mem</em>
|
|
|
+<strong>—follow-metalink</strong>=<em>true</em>|<em>false</em>|<em>mem</em>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -875,7 +875,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--M, —metalink-file=METALINK_FILE
|
|
|
+<strong>-M</strong>, <strong>—metalink-file</strong>=METALINK_FILE
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -884,7 +884,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--C, —metalink-servers=NUM_SERVERS
|
|
|
+<strong>-C</strong>, <strong>—metalink-servers</strong>=NUM_SERVERS
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -895,7 +895,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—metalink-language=LANGUAGE
|
|
|
+<strong>—metalink-language</strong>=LANGUAGE
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -903,7 +903,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—metalink-location=LOCATION[,…]
|
|
|
+<strong>—metalink-location</strong>=LOCATION[,…]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -912,7 +912,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—metalink-os=OS
|
|
|
+<strong>—metalink-os</strong>=OS
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -920,7 +920,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—metalink-version=VERSION
|
|
|
+<strong>—metalink-version</strong>=VERSION
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -928,7 +928,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—metalink-preferred-protocol=PROTO
|
|
|
+<strong>—metalink-preferred-protocol</strong>=PROTO
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -939,13 +939,13 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—metalink-enable-unique-protocol=<em>true</em>|<em>false</em>
|
|
|
+<strong>—metalink-enable-unique-protocol</strong>=<em>true</em>|<em>false</em>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
|
If <em>true</em> is given and several protocols are available for a mirror in a
|
|
|
metalink file, aria2 uses one of them.
|
|
|
- Use —metalink-preferred-protocol option to specify the preference of
|
|
|
+ Use <strong>—metalink-preferred-protocol</strong> option to specify the preference of
|
|
|
protocol.
|
|
|
Default: <em>true</em>
|
|
|
</p>
|
|
@@ -954,19 +954,19 @@ writes the piece to the appropriate files.</td>
|
|
|
<h3>Advanced Options</h3>
|
|
|
<dl>
|
|
|
<dt>
|
|
|
-—allow-overwrite=<em>true</em>|<em>false</em>
|
|
|
+<strong>—allow-overwrite</strong>=<em>true</em>|<em>false</em>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
|
If <em>false</em> is given, aria2 doesn't download a file which already exists but
|
|
|
the corresponding .aria2 file doesn't exist.
|
|
|
- In HTTP(S)/FTP download, if —auto-file-renaming=<em>true</em> then,
|
|
|
- file name will be renamed. See —auto-file-renaming for details.
|
|
|
+ In HTTP(S)/FTP download, if <strong>—auto-file-renaming</strong>=<em>true</em> then,
|
|
|
+ file name will be renamed. See <strong>—auto-file-renaming</strong> for details.
|
|
|
Default: <em>false</em>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—allow-piece-length-change=<em>true</em>|<em>false</em>
|
|
|
+<strong>—allow-piece-length-change</strong>=<em>true</em>|<em>false</em>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -977,7 +977,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—async-dns[=<em>true</em>|<em>false</em>]
|
|
|
+<strong>—async-dns</strong>[=<em>true</em>|<em>false</em>]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -986,7 +986,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—auto-file-renaming[=<em>true</em>|<em>false</em>]
|
|
|
+<strong>—auto-file-renaming</strong>[=<em>true</em>|<em>false</em>]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -997,7 +997,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—conf-path=PATH
|
|
|
+<strong>—conf-path</strong>=PATH
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1006,7 +1006,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--D, —daemon
|
|
|
+<strong>-D</strong>, <strong>—daemon</strong>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1014,7 +1014,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—enable-direct-io[=<em>true</em>|<em>false</em>]
|
|
|
+<strong>—enable-direct-io</strong>[=<em>true</em>|<em>false</em>]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1024,7 +1024,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—file-allocation=METHOD
|
|
|
+<strong>—file-allocation</strong>=METHOD
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1036,7 +1036,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—log-level=LEVEL
|
|
|
+<strong>—log-level</strong>=LEVEL
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1046,7 +1046,7 @@ writes the piece to the appropriate files.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—summary-interval=SEC
|
|
|
+<strong>—summary-interval</strong>=SEC
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1067,7 +1067,7 @@ are also allocated if they share a same piece.</td>
|
|
|
</div>
|
|
|
<dl>
|
|
|
<dt>
|
|
|
--Z, —force-sequential[=<em>true</em>|<em>false</em>]
|
|
|
+<strong>-Z</strong>, <strong>—force-sequential</strong>[=<em>true</em>|<em>false</em>]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1077,7 +1077,7 @@ are also allocated if they share a same piece.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—max-download-limit=SPEED
|
|
|
+<strong>—max-download-limit</strong>=SPEED
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1087,7 +1087,7 @@ are also allocated if they share a same piece.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—no-conf
|
|
|
+<strong>—no-conf</strong>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1095,7 +1095,7 @@ are also allocated if they share a same piece.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—no-file-allocation-limit=SIZE
|
|
|
+<strong>—no-file-allocation-limit</strong>=SIZE
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1105,7 +1105,7 @@ are also allocated if they share a same piece.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--P, —parameterized-uri[=<em>true</em>|<em>false</em>]
|
|
|
+<strong>-P</strong>, <strong>—parameterized-uri</strong>[=<em>true</em>|<em>false</em>]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1120,7 +1120,7 @@ are also allocated if they share a same piece.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--q, —quiet[=<em>true</em>|<em>false</em>]
|
|
|
+<strong>-q</strong>, <strong>—quiet</strong>[=<em>true</em>|<em>false</em>]
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1129,7 +1129,7 @@ are also allocated if they share a same piece.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—realtime-chunk-checksum=<em>true</em>|<em>false</em>
|
|
|
+<strong>—realtime-chunk-checksum</strong>=<em>true</em>|<em>false</em>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1140,7 +1140,7 @@ are also allocated if they share a same piece.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
-—stop=SEC
|
|
|
+<strong>—stop</strong>=SEC
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1150,7 +1150,7 @@ are also allocated if they share a same piece.</td>
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
|
--v, —version
|
|
|
+<strong>-v</strong>, <strong>—version</strong>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
<p>
|
|
@@ -1548,7 +1548,7 @@ files in the program, then also delete it here.</p>
|
|
|
</div>
|
|
|
<div id="footer">
|
|
|
<div id="footer-text">
|
|
|
-Last updated 19-May-2008 21:34:04 JST
|
|
|
+Last updated 21-May-2008 16:44:28 JST
|
|
|
</div>
|
|
|
</div>
|
|
|
</body>
|