|
@@ -399,6 +399,9 @@ ARIA2C(1) Manual Page
|
|
|
Downloads URIs found in FILE. You can specify multiple URIs for a single
|
|
|
entity: separate URIs on a single line using the TAB character.
|
|
|
Reads input from stdin when <em>-</em> is specified.
|
|
|
+ The additional <strong>out</strong> and <strong>dir</strong> options can be specified after each line of
|
|
|
+ URIs. This optional line must start with white space(s).
|
|
|
+ See INPUT FILE section for details.
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
@@ -544,7 +547,7 @@ ARIA2C(1) Manual Page
|
|
|
<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 <strong>-i</strong>, <strong>-Z</strong> option. For example:
|
|
|
-aria2c -o myfile.zip <a href="http://mirror1/file.zip">http://mirror1/file.zip</a> <a href="http://mirror2/file.zip">http://mirror2/file.zip</a></td>
|
|
|
+aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|
|
</tr></table>
|
|
|
</div>
|
|
|
<div class="vlist"><dl>
|
|
@@ -772,7 +775,7 @@ aria2c -o myfile.zip <a href="http://mirror1/file.zip">http://mirror1/file.zip</
|
|
|
<p>
|
|
|
Append HEADER to HTTP request header.
|
|
|
You can use this option repeatedly to specify more than one header:
|
|
|
- aria2c <strong>--header</strong>="X-A: b78" <strong>--header</strong>="X-B: 9J1" <a href="http://host/file">http://host/file</a>
|
|
|
+ aria2c <strong>--header</strong>="X-A: b78" <strong>--header</strong>="X-B: 9J1" http://host/file
|
|
|
</p>
|
|
|
</dd>
|
|
|
<dt>
|
|
@@ -1817,6 +1820,28 @@ you can resume the download without a control file by giving
|
|
|
<pre><tt>aria2c --check-integrity=true file.torrent</tt></pre>
|
|
|
</div></div>
|
|
|
</div>
|
|
|
+<h2 id="_input_file">INPUT FILE</h2>
|
|
|
+<div class="sectionbody">
|
|
|
+<div class="para"><p>The input file can contain list of URIs to feed them into aria2.
|
|
|
+You can specify multiple URIs for a single entity:
|
|
|
+separate URIs on a single line using the TAB character.</p></div>
|
|
|
+<div class="para"><p>Each line is treated as if it is provided in command-line argument.
|
|
|
+Therefore they are affected by <strong>-Z</strong> and <strong>-P</strong> options.
|
|
|
+The additional <strong>out</strong> and <strong>dir</strong> options can be specified after each line of
|
|
|
+URIs. This optional line must start with white space(s).</p></div>
|
|
|
+<div class="para"><p>For example, the content of uri.txt is:</p></div>
|
|
|
+<div class="listingblock">
|
|
|
+<div class="content">
|
|
|
+<pre><tt>http://server/file.iso http://mirror/file.iso
|
|
|
+ dir=/iso_images
|
|
|
+ out=file.img
|
|
|
+http://foo/bar</tt></pre>
|
|
|
+</div></div>
|
|
|
+<div class="para"><p>and if aria2 is executed with -i uri.txt -d /tmp options,
|
|
|
+then file.iso is saved as /iso_images/file.img and it is downloaded from
|
|
|
+http://server/file.iso and http://mirror/file.iso.
|
|
|
+The file bar is downloaded from http://foo/bar and saved as /tmp/bar.</p></div>
|
|
|
+</div>
|
|
|
<h2 id="_server_performance_profile">SERVER PERFORMANCE PROFILE</h2>
|
|
|
<div class="sectionbody">
|
|
|
<div class="para"><p>This section describes the format of server performance profile.
|
|
@@ -1994,7 +2019,7 @@ files in the program, then also delete it here.</p></div>
|
|
|
</div>
|
|
|
<div id="footer">
|
|
|
<div id="footer-text">
|
|
|
-Last updated 2008-11-14 00:10:16 JST
|
|
|
+Last updated 2008-11-14 00:31:03 JST
|
|
|
</div>
|
|
|
</div>
|
|
|
</body>
|