1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="generator" content="AsciiDoc 8.5.1" />
- <title>aria2 - The ultra fast download utility</title>
- <style type="text/css">
- /* Debug borders */
- p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
- /*
- border: 1px solid red;
- */
- }
- body {
- margin: 1em 5% 1em 5%;
- }
- a {
- color: blue;
- text-decoration: underline;
- }
- a:visited {
- color: fuchsia;
- }
- em {
- font-style: italic;
- color: navy;
- }
- strong {
- font-weight: bold;
- color: #083194;
- }
- tt {
- color: navy;
- }
- h1, h2, h3, h4, h5, h6 {
- color: #527bbd;
- font-family: sans-serif;
- margin-top: 1.2em;
- margin-bottom: 0.5em;
- line-height: 1.3;
- }
- h1, h2, h3 {
- border-bottom: 2px solid silver;
- }
- h2 {
- padding-top: 0.5em;
- }
- h3 {
- float: left;
- }
- h3 + * {
- clear: left;
- }
- div.sectionbody {
- font-family: serif;
- margin-left: 0;
- }
- hr {
- border: 1px solid silver;
- }
- p {
- margin-top: 0.5em;
- margin-bottom: 0.5em;
- }
- ul, ol, li > p {
- margin-top: 0;
- }
- pre {
- padding: 0;
- margin: 0;
- }
- span#author {
- color: #527bbd;
- font-family: sans-serif;
- font-weight: bold;
- font-size: 1.1em;
- }
- span#email {
- }
- span#revnumber, span#revdate, span#revremark {
- font-family: sans-serif;
- }
- div#footer {
- font-family: sans-serif;
- font-size: small;
- border-top: 2px solid silver;
- padding-top: 0.5em;
- margin-top: 4.0em;
- }
- div#footer-text {
- float: left;
- padding-bottom: 0.5em;
- }
- div#footer-badges {
- float: right;
- padding-bottom: 0.5em;
- }
- div#preamble {
- margin-top: 1.5em;
- margin-bottom: 1.5em;
- }
- div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
- div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
- div.admonitionblock {
- margin-top: 0.25em;
- margin-bottom: 1.5em;
- }
- div.admonitionblock {
- margin-top: 2.5em;
- margin-bottom: 2.5em;
- }
- div.content { /* Block element content. */
- padding: 0;
- }
- /* Block element titles. */
- div.title, caption.title {
- color: #527bbd;
- font-family: sans-serif;
- font-weight: bold;
- text-align: left;
- margin-top: 1.0em;
- margin-bottom: 0.5em;
- }
- div.title + * {
- margin-top: 0;
- }
- td div.title:first-child {
- margin-top: 0.0em;
- }
- div.content div.title:first-child {
- margin-top: 0.0em;
- }
- div.content + div.title {
- margin-top: 0.0em;
- }
- div.sidebarblock > div.content {
- background: #ffffee;
- border: 1px solid silver;
- padding: 0.5em;
- }
- div.listingblock > div.content {
- border: 1px solid silver;
- background: #f4f4f4;
- padding: 0.5em;
- }
- div.quoteblock {
- padding-left: 2.0em;
- margin-right: 10%;
- }
- div.quoteblock > div.attribution {
- padding-top: 0.5em;
- text-align: right;
- }
- div.verseblock {
- padding-left: 2.0em;
- margin-right: 10%;
- }
- div.verseblock > div.content {
- white-space: pre;
- }
- div.verseblock > div.attribution {
- padding-top: 0.75em;
- text-align: left;
- }
- /* DEPRECATED: Pre version 8.2.7 verse style literal block. */
- div.verseblock + div.attribution {
- text-align: left;
- }
- div.admonitionblock .icon {
- vertical-align: top;
- font-size: 1.1em;
- font-weight: bold;
- text-decoration: underline;
- color: #527bbd;
- padding-right: 0.5em;
- }
- div.admonitionblock td.content {
- padding-left: 0.5em;
- border-left: 2px solid silver;
- }
- div.exampleblock > div.content {
- border-left: 2px solid silver;
- padding: 0.5em;
- }
- div.imageblock div.content { padding-left: 0; }
- span.image img { border-style: none; }
- a.image:visited { color: white; }
- dl {
- margin-top: 0.8em;
- margin-bottom: 0.8em;
- }
- dt {
- margin-top: 0.5em;
- margin-bottom: 0;
- font-style: normal;
- color: navy;
- }
- dd > *:first-child {
- margin-top: 0.1em;
- }
- ul, ol {
- list-style-position: outside;
- }
- ol.arabic {
- list-style-type: decimal;
- }
- ol.loweralpha {
- list-style-type: lower-alpha;
- }
- ol.upperalpha {
- list-style-type: upper-alpha;
- }
- ol.lowerroman {
- list-style-type: lower-roman;
- }
- ol.upperroman {
- list-style-type: upper-roman;
- }
- div.compact ul, div.compact ol,
- div.compact p, div.compact p,
- div.compact div, div.compact div {
- margin-top: 0.1em;
- margin-bottom: 0.1em;
- }
- div.tableblock > table {
- border: 3px solid #527bbd;
- }
- thead {
- font-family: sans-serif;
- font-weight: bold;
- }
- tfoot {
- font-weight: bold;
- }
- td > div.verse {
- white-space: pre;
- }
- p.table {
- margin-top: 0;
- }
- /* Because the table frame attribute is overriden by CSS in most browsers. */
- div.tableblock > table[frame="void"] {
- border-style: none;
- }
- div.tableblock > table[frame="hsides"] {
- border-left-style: none;
- border-right-style: none;
- }
- div.tableblock > table[frame="vsides"] {
- border-top-style: none;
- border-bottom-style: none;
- }
- div.hdlist {
- margin-top: 0.8em;
- margin-bottom: 0.8em;
- }
- div.hdlist tr {
- padding-bottom: 15px;
- }
- dt.hdlist1.strong, td.hdlist1.strong {
- font-weight: bold;
- }
- td.hdlist1 {
- vertical-align: top;
- font-style: normal;
- padding-right: 0.8em;
- color: navy;
- }
- td.hdlist2 {
- vertical-align: top;
- }
- div.hdlist.compact tr {
- margin: 0;
- padding-bottom: 0;
- }
- .comment {
- background: yellow;
- }
- .footnote, .footnoteref {
- font-size: 0.8em;
- }
- span.footnote, span.footnoteref {
- vertical-align: super;
- }
- #footnotes {
- margin: 20px 0 20px 0;
- padding: 7px 0 0 0;
- }
- #footnotes div.footnote {
- margin: 0 0 5px 0;
- }
- #footnotes hr {
- border: none;
- border-top: 1px solid silver;
- height: 1px;
- text-align: left;
- margin-left: 0;
- width: 20%;
- min-width: 100px;
- }
- @media print {
- div#footer-badges { display: none; }
- }
- div#toctitle {
- color: #527bbd;
- font-family: sans-serif;
- font-size: 1.1em;
- font-weight: bold;
- margin-top: 1.0em;
- margin-bottom: 0.1em;
- }
- div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
- margin-top: 0;
- margin-bottom: 0;
- }
- div.toclevel2 {
- margin-left: 2em;
- font-size: 0.9em;
- }
- div.toclevel3 {
- margin-left: 4em;
- font-size: 0.9em;
- }
- div.toclevel4 {
- margin-left: 6em;
- font-size: 0.9em;
- }
- /* Workarounds for IE6's broken and incomplete CSS2. */
- div.sidebar-content {
- background: #ffffee;
- border: 1px solid silver;
- padding: 0.5em;
- }
- div.sidebar-title, div.image-title {
- color: #527bbd;
- font-family: sans-serif;
- font-weight: bold;
- margin-top: 0.0em;
- margin-bottom: 0.5em;
- }
- div.listingblock div.content {
- border: 1px solid silver;
- background: #f4f4f4;
- padding: 0.5em;
- }
- div.quoteblock-attribution {
- padding-top: 0.5em;
- text-align: right;
- }
- div.verseblock-content {
- white-space: pre;
- }
- div.verseblock-attribution {
- padding-top: 0.75em;
- text-align: left;
- }
- div.exampleblock-content {
- border-left: 2px solid silver;
- padding-left: 0.5em;
- }
- /* IE6 sets dynamically generated links as visited. */
- div#toc a:visited { color: blue; }
- </style>
- <script type="text/javascript">
- /*<+'])');
- // Function that scans the DOM tree for header elements (the DOM2
- // nodeIterator API would be a better technique but not supported by all
- // browsers).
- var iterate = function (el) {
- for (var i = el.firstChild; i != null; i = i.nextSibling) {
- if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
- var mo = re.exec(i.tagName);
- if (mo)
- result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
- iterate(i);
- }
- }
- }
- iterate(el);
- return result;
- }
- var toc = document.getElementById("toc");
- var entries = tocEntries(document.getElementById("content"), toclevels);
- for (var i = 0; i < entries.length; ++i) {
- var entry = entries[i];
- if (entry.element.id == "")
- entry.element.id = "_toc_" + i;
- var a = document.createElement("a");
- a.href = "#" + entry.element.id;
- a.appendChild(document.createTextNode(entry.text));
- var div = document.createElement("div");
- div.appendChild(a);
- div.className = "toclevel" + entry.toclevel;
- toc.appendChild(div);
- }
- if (entries.length == 0)
- toc.parentNode.removeChild(toc);
- },
- /////////////////////////////////////////////////////////////////////
- // Footnotes generator
- /////////////////////////////////////////////////////////////////////
- /* Based on footnote generation code from:
- * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
- */
- footnotes: function () {
- var cont = document.getElementById("content");
- var noteholder = document.getElementById("footnotes");
- var spans = cont.getElementsByTagName("span");
- var refs = {};
- var n = 0;
- for (i=0; i<spans.length; i++) {
- if (spans[i].className == "footnote") {
- n++;
- // Use [\s\S] in place of . so multi-line matches work.
- // Because JavaScript has no s (dotall) regex flag.
- note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
- noteholder.innerHTML +=
- "<div class='footnote' id='_footnote_" + n + "'>" +
- "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
- n + "</a>. " + note + "</div>";
- spans[i].innerHTML =
- "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
- "' title='View footnote' class='footnote'>" + n + "</a>]";
- var id =spans[i].getAttribute("id");
- if (id != null) refs["#"+id] = n;
- }
- }
- if (n == 0)
- noteholder.parentNode.removeChild(noteholder);
- else {
- // Process footnoterefs.
- for (i=0; i<spans.length; i++) {
- if (spans[i].className == "footnoteref") {
- var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
- href = href.match(/#.*/)[0]; // Because IE return full URL.
- n = refs[href];
- spans[i].innerHTML =
- "[<a href='#_footnote_" + n +
- "' title='View footnote' class='footnote'>" + n + "</a>]";
- }
- }
- }
- }
- }
- /*]]>*/
- </script>
- </head>
- <body>
- <div id="header">
- <h1>aria2 - The ultra fast download utility</h1>
- <span id="author">Tatsuhiro Tsujikawa</span><br />
- <span id="email"><tt><<a href="mailto:tujikawa_at_users_dot_sourceforge_dot_net">tujikawa_at_users_dot_sourceforge_dot_net</a>></tt></span><br />
- </div>
- <div id="content">
- <h2 id="_disclaimer">1. Disclaimer</h2>
- <div class="sectionbody">
- <div class="paragraph"><p>This program comes with no warranty.
- You must use this program at your own risk.</p></div>
- </div>
- <h2 id="_introduction">2. Introduction</h2>
- <div class="sectionbody">
- <div class="paragraph"><p>aria2 is a utility for downloading files. The supported protocols are
- HTTP(S), FTP, BitTorrent, and Metalink. aria2 can download a file from
- multiple sources/protocols and tries to utilize your maximum download
- bandwidth. It supports downloading a file from HTTP(S)/FTP and
- BitTorrent at the same time, while the data downloaded from
- HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink’s
- chunk checksums, aria2 automatically validates chunks of data while
- downloading a file like BitTorrent.</p></div>
- <div class="paragraph"><p>Here is a list of features.</p></div>
- <div class="ulist"><ul>
- <li>
- <p>
- Command-line interface
- </p>
- </li>
- <li>
- <p>
- Download files through HTTP(S)/FTP/BitTorrent
- </p>
- </li>
- <li>
- <p>
- Segmented downloading
- </p>
- </li>
- <li>
- <p>
- Metalink version 4 <a href="http://www.ietf.org/id/draft-bryan-metalink-28.txt">http://www.ietf.org/id/draft-bryan-metalink-28.txt</a>
- </p>
- </li>
- <li>
- <p>
- Metalink version 3.0 support(HTTP/FTP/BitTorrent)
- </p>
- </li>
- <li>
- <p>
- HTTP/1.1 implementation
- </p>
- </li>
- <li>
- <p>
- HTTP Proxy support
- </p>
- </li>
- <li>
- <p>
- HTTP BASIC authentication support
- </p>
- </li>
- <li>
- <p>
- HTTP Proxy authentication support
- </p>
- </li>
- <li>
- <p>
- Well-known environment variables for proxy: http_proxy, https_proxy,
- ftp_proxy, all_proxy and no_proxy
- </p>
- </li>
- <li>
- <p>
- HTTP gzip, deflate content encoding support
- </p>
- </li>
- <li>
- <p>
- Verify peer using given trusted CA certificate in HTTPS
- </p>
- </li>
- <li>
- <p>
- Client certificate authentication in HTTPS
- </p>
- </li>
- <li>
- <p>
- Chunked transfer encoding support
- </p>
- </li>
- <li>
- <p>
- Load Cookies from file using the Firefox3 format and the Mozilla/Firefox
- (1.x/2.x)/Netscape format.
- </p>
- </li>
- <li>
- <p>
- Save Cookies in the Mozilla/Firefox (1.x/2.x)/Netscape format.
- </p>
- </li>
- <li>
- <p>
- Custom HTTP Header support
- </p>
- </li>
- <li>
- <p>
- Persistent Connections support
- </p>
- </li>
- <li>
- <p>
- FTP through HTTP Proxy
- </p>
- </li>
- <li>
- <p>
- Download/Upload speed throttling
- </p>
- </li>
- <li>
- <p>
- BitTorrent extensions: Fast extension, DHT, PEX, MSE/PSE, Multi-Tracker
- </p>
- </li>
- <li>
- <p>
- BitTorrent <a href="http://getright.com/seedtorrent.html">WEB-Seeding</a>. aria2
- requests chunks more than piece size to reduce the request
- overhead. It also supports pipelined requests with piece size.
- </p>
- </li>
- <li>
- <p>
- BitTorrent Local Peer Discovery
- </p>
- </li>
- <li>
- <p>
- Rename/change the directory structure of BitTorrent downloads
- completely
- </p>
- </li>
- <li>
- <p>
- XML-RPC interface
- </p>
- </li>
- <li>
- <p>
- Run as a daemon process
- </p>
- </li>
- <li>
- <p>
- Selective download in multi-file torrent/Metalink
- </p>
- </li>
- <li>
- <p>
- Chunk checksum validation in Metalink
- </p>
- </li>
- <li>
- <p>
- Can disable segmented downloading in Metalink
- </p>
- </li>
- <li>
- <p>
- Netrc support
- </p>
- </li>
- <li>
- <p>
- Configuration file support
- </p>
- </li>
- <li>
- <p>
- Download URIs found in a text file or stdin and the destination directory and
- output filename can be specified optionally
- </p>
- </li>
- <li>
- <p>
- Parameterized URI support
- </p>
- </li>
- </ul></div>
- </div>
- <h2 id="_dependency">3. Dependency</h2>
- <div class="sectionbody">
- <div class="tableblock">
- <table rules="all"
- width="100%"
- frame="border"
- cellspacing="0" cellpadding="4">
- <caption class="title">Table 1: External Library Dependency</caption>
- <col width="50%" />
- <col width="50%" />
- <thead>
- <tr>
- <th align="left" valign="top">features </th>
- <th align="left" valign="top">dependency</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td align="left" valign="top"><p class="table">HTTPS</p></td>
- <td align="left" valign="top"><p class="table">GnuTLS or OpenSSL</p></td>
- </tr>
- <tr>
- <td align="left" valign="top"><p class="table">BitTorrent</p></td>
- <td align="left" valign="top"><p class="table">GnuTLS+Libgcrypt or OpenSSL</p></td>
- </tr>
- <tr>
- <td align="left" valign="top"><p class="table">Metalink</p></td>
- <td align="left" valign="top"><p class="table">libxml2 or Expat.</p></td>
- </tr>
- <tr>
- <td align="left" valign="top"><p class="table">Checksum</p></td>
- <td align="left" valign="top"><p class="table">GnuTLS+Libgcrypt or OpenSSL</p></td>
- </tr>
- <tr>
- <td align="left" valign="top"><p class="table">gzip, deflate in HTTP</p></td>
- <td align="left" valign="top"><p class="table">zlib</p></td>
- </tr>
- <tr>
- <td align="left" valign="top"><p class="table">Async DNS</p></td>
- <td align="left" valign="top"><p class="table">C-Ares</p></td>
- </tr>
- <tr>
- <td align="left" valign="top"><p class="table">Firefox3 cookie</p></td>
- <td align="left" valign="top"><p class="table">libsqlite3</p></td>
- </tr>
- <tr>
- <td align="left" valign="top"><p class="table">XML-RPC</p></td>
- <td align="left" valign="top"><p class="table">libxml2 or Expat.</p></td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="dlist"><dl>
- <dt class="hdlist1">
- Note
- </dt>
- <dd>
- <p>
- GNU TLS has precedence over OpenSSL if both libraries are installed.
- If you prefer OpenSSL, run configure with --without-gnutls.
- </p>
- </dd>
- <dt class="hdlist1">
- Note
- </dt>
- <dd>
- <p>
- libxml2 has precedence over Expat if both libraries are installed.
- If you prefer Expat, run configure with --without-libxml2.
- </p>
- </dd>
- </dl></div>
- <div class="paragraph"><p>You can disable BitTorrent, Metalink support by providing
- --disable-bittorrent, --disable-metalink respectively to configure
- script.</p></div>
- <div class="paragraph"><p>In order to enable async DNS support, you need c-ares.</p></div>
- <div class="ulist"><ul>
- <li>
- <p>
- c-ares: <a href="http://daniel.haxx.se/projects/c-ares/">http://daniel.haxx.se/projects/c-ares/</a>
- </p>
- </li>
- </ul></div>
- </div>
- <h2 id="_how_to_build">4. How to build</h2>
- <div class="sectionbody">
- <div class="paragraph"><p>In order to build aria2 from the source package, you need following
- development packages(package name may vary depending on the
- distribution you use):</p></div>
- <div class="ulist"><ul>
- <li>
- <p>
- libgnutls-dev (Required for HTTPS, BitTorrent, Checksum support)
- </p>
- </li>
- <li>
- <p>
- libgpg-error-dev (Required for BitTorrent, Checksum support)
- </p>
- </li>
- <li>
- <p>
- libgcrypt-dev (Required for BitTorrent, Checksum support)
- </p>
- </li>
- <li>
- <p>
- libc-ares-dev (Required for async DNS support)
- </p>
- </li>
- <li>
- <p>
- libxml2-dev (Required for Metalink support)
- </p>
- </li>
- <li>
- <p>
- zlib1g-dev (Required for gzip, deflate decoding support in HTTP)
- </p>
- </li>
- <li>
- <p>
- libsqlite3-dev (Required for Firefox3 cookie support)
- </p>
- </li>
- </ul></div>
- <div class="paragraph"><p>You can use libssl-dev instead of
- libgnutls-dev,libgpg-error-dev,libgcrypt-dev:</p></div>
- <div class="ulist"><ul>
- <li>
- <p>
- libssl-dev (Required for HTTPS, BitTorrent, Checksum support)
- </p>
- </li>
- </ul></div>
- <div class="paragraph"><p>You can use libexpat1-dev instead of libxml2-dev:</p></div>
- <div class="ulist"><ul>
- <li>
- <p>
- libexpat1-dev (Required for Metalink support)
- </p>
- </li>
- </ul></div>
- <div class="paragraph"><p>You may also need pkg-config to detect the above mentioned libraries.</p></div>
- <div class="paragraph"><p>The quickest way to build aria2 is just type following commands:</p></div>
- <div class="listingblock">
- <div class="content">
- <pre><tt>$ ./configure
- $ make</tt></pre>
- </div></div>
- <div class="paragraph"><p>The configure script checks available libraries and enables the features
- as much as possible because all the features are enabled by default.</p></div>
- <div class="paragraph"><p>Since 1.1.0, aria2 checks the certificate of HTTPS servers by default.
- If you build with HTTPS support, I recommend to supply the path to the
- CA bundle file. For example, in Debian the path to CA bundle file is
- <em>/etc/ssl/certs/ca-certificates.crt</em> (in ca-certificates package). This
- may vary depending on your distribution. You can give it to
- configure script using --with-ca-bundle option:</p></div>
- <div class="listingblock">
- <div class="content">
- <pre><tt>$ ./configure --with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
- $ make</tt></pre>
- </div></div>
- <div class="paragraph"><p>Without --with-ca-bundle option, you will encounter the error when
- accessing HTTPS servers because the certificate cannot be verified
- without CA bundle. In such case, you can specify the CA bundle file
- using aria2’s --ca-certificate option. If you don’t have CA bundle
- file installed, then the last resort is disable the certificate
- validation using --check-certificate=false.</p></div>
- <div class="paragraph"><p>The executable is <em>aria2c</em> in src directory.</p></div>
- <div class="paragraph"><p>aria2 uses CppUnit for automated unit testing. To run the unit test:</p></div>
- <div class="listingblock">
- <div class="content">
- <pre><tt>$ make check</tt></pre>
- </div></div>
- </div>
- <h2 id="_bittorrrent">5. BitTorrrent</h2>
- <div class="sectionbody">
- <h3 id="_about_filename">5.1. About filename</h3><div style="clear:left"></div>
- <div class="paragraph"><p>The filename of the downloaded file is determined as follows:</p></div>
- <div class="dlist"><dl>
- <dt class="hdlist1">
- single-file mode
- </dt>
- <dd>
- <p>
- If "name" key is present in .torrent file, filename is the value
- of "name" key. Otherwise, filename is the basename of .torrent
- file appended by ".file". For example, .torrent file is
- "test.torrrent", then filename is "test.torrent.file". The
- directory to store the downloaded file can be specified by -d
- option.
- </p>
- </dd>
- <dt class="hdlist1">
- multi-file mode
- </dt>
- <dd>
- <p>
- The complete directory/file structure mentioned in .torrent file
- is created. The directory to store the top directory of
- downloaded files can be specified by -d option.
- </p>
- </dd>
- </dl></div>
- <div class="paragraph"><p>Before download starts, a complete directory structure is created if
- needed. By default, aria2 opens at most 100 files mentioned in
- .torrent file, and directly writes to and reads from these files.
- The number of files to open simultaneously can be controlled by
- --bt-max-open-files option.</p></div>
- <h3 id="_dht">5.2. DHT</h3><div style="clear:left"></div>
- <div class="paragraph"><p>As of release 0.13.0, aria2 supports DHT. By default, the routing
- table is saved to $HOME/.aria2/dht.dat.</p></div>
- <h3 id="_other_things_should_be_noted">5.3. Other things should be noted</h3><div style="clear:left"></div>
- <div class="ulist"><ul>
- <li>
- <p>
- -o option is used to change the filename of .torrent file itself,
- not a filename of a file in .torrent file. For this purpose, use
- --index-out option instead.
- </p>
- </li>
- <li>
- <p>
- The port numbers that aria2 uses by default are 6881-6999 for TCP
- and UDP.
- </p>
- </li>
- <li>
- <p>
- aria2 doesn’t configure port-forwarding automatically. Please
- configure your router or firewall manually.
- </p>
- </li>
- <li>
- <p>
- The maximum number of peers is 55. This limit may be exceeded when
- download rate is low. This download rate can be adjusted using
- --bt-request-peer-speed-limit option.
- </p>
- </li>
- <li>
- <p>
- As of release 0.10.0, aria2 stops sending request message after
- selective download completes.
- </p>
- </li>
- </ul></div>
- </div>
- <h2 id="_metalink">6. Metalink</h2>
- <div class="sectionbody">
- <div class="paragraph"><p>The current implementation supports HTTP(S)/FTP/BitTorrent. The other
- P2P protocols are ignored. Both Metalink4 and Metalink version 3.0
- documents are supported.</p></div>
- <div class="paragraph"><p>For checksum verification, MD5, SHA1, and SHA256 are supported. If
- multiple hash algorithms are provided, aria2 uses stronger one. If
- whole file checksum verification fails, aria2 doesn’t retry the
- download and just exits with non-zero return code.</p></div>
- <div class="paragraph"><p>The supported user preferences are version, language, location,
- protocol and os.</p></div>
- <div class="paragraph"><p>If chunk checksums are provided in Metalink file, aria2 automatically
- validates chunks of data during download. This behavior can be turned
- off by a command-line option.</p></div>
- <div class="paragraph"><p>If signature is included in a Metalink file, aria2 saves it as a file
- after the completion of the download. The filename is download
- filename + ".sig". If same file already exists, the signature file is
- not saved.</p></div>
- <div class="paragraph"><p>In Metalink4, multi-file torrent could appear in metalink:metaurl
- element. Since aria2 cannot download 2 same torrents at the same
- time, aria2 groups files in metalink:file element which has same
- BitTorrent metaurl and downloads them from a single BitTorrent swarm.
- This is basically multi-file torrent download with file selection, so
- the adjacent files which is not in Metalink document but shares same
- piece with selected file are also created.</p></div>
- </div>
- <h2 id="_netrc">7. netrc</h2>
- <div class="sectionbody">
- <div class="paragraph"><p>netrc support is enabled by default for HTTP(S)/FTP. To disable netrc
- support, specify -n command-line option. Your .netrc file should have
- correct permissions(600).</p></div>
- </div>
- <h2 id="_references">8. References</h2>
- <div class="sectionbody">
- <div class="ulist"><ul>
- <li>
- <p>
- man aria2c
- </p>
- </li>
- <li>
- <p>
- <a href="http://aria2.sourceforge.net/">http://aria2.sourceforge.net/</a>
- </p>
- </li>
- <li>
- <p>
- <a href="http://sourceforge.net/apps/trac/aria2/wiki">http://sourceforge.net/apps/trac/aria2/wiki</a>
- </p>
- </li>
- </ul></div>
- </div>
- </div>
- <div id="footnotes"><hr /></div>
- <div id="footer">
- <div id="footer-text">
- Last updated 2010-03-13 00:29:44 JST
- </div>
- </div>
- </body>
- </html>
|