88
99 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1010
11- < title > aria2 - The ultra fast download utility — aria2 1.32 .0 documentation</ title >
11+ < title > aria2 - The ultra fast download utility — aria2 1.33 .0 documentation</ title >
1212
1313
1414
3333 < link rel ="index " title ="Index "
3434 href ="genindex.html "/>
3535 < link rel ="search " title ="Search " href ="search.html "/>
36- < link rel ="top " title ="aria2 1.32 .0 documentation " href ="index.html "/>
36+ < link rel ="top " title ="aria2 1.33 .0 documentation " href ="index.html "/>
3737 < link rel ="next " title ="libaria2: C++ library interface to aria2 " href ="libaria2.html "/>
3838 < link rel ="prev " title ="aria2c(1) " href ="aria2c.html "/>
3939
6464
6565
6666 < div class ="version ">
67- 1.32 .0
67+ 1.33 .0
6868 </ div >
6969
7070
149149 < li class ="wy-breadcrumbs-aside ">
150150
151151
152- < a href ="_sources/README.txt " rel ="nofollow "> View page source</ a >
152+ < a href ="_sources/README.rst. txt " rel ="nofollow "> View page source</ a >
153153
154154
155155 </ li >
@@ -174,7 +174,7 @@ <h2>Introduction<a class="headerlink" href="#introduction" title="Permalink to t
174174download bandwidth. It supports downloading a file from
175175HTTP(S)/FTP/SFTP and BitTorrent at the same time, while the data
176176downloaded from HTTP(S)/FTP/SFTP is uploaded to the BitTorrent
177- swarm. Using Metalink' s chunk checksums, aria2 automatically validates
177+ swarm. Using Metalink’ s chunk checksums, aria2 automatically validates
178178chunks of data while downloading a file like BitTorrent.</ p >
179179< p > The project page is located at < a class ="reference external " href ="https://aria2.github.io/ "> https://aria2.github.io/</ a > .</ p >
180180< p > See < a class ="reference external " href ="https://aria2.github.io/manual/en/html/ "> aria2 Online Manual</ a > (< a class ="reference external " href ="https://aria2.github.io/manual/ru/html/ "> Russian translation</ a > , < a class ="reference external " href ="https://aria2.github.io/manual/pt/html/ "> Portuguese
@@ -309,7 +309,7 @@ <h2>Dependency<a class="headerlink" href="#dependency" title="Permalink to this
309309< div class ="admonition note ">
310310< p class ="first admonition-title "> Note</ p >
311311< p > On Apple OSX the OS-level SSL/TLS support will be preferred. Hence
312- neither GnuTLS nor OpenSSL are required on that platform. If you' d
312+ neither GnuTLS nor OpenSSL are required on that platform. If you’ d
313313like to disable this behavior, run configure with
314314< code class ="docutils literal "> < span class ="pre "> --without-appletls</ span > </ code > .</ p >
315315< p > GnuTLS has precedence over OpenSSL if both libraries are installed.
@@ -318,7 +318,7 @@ <h2>Dependency<a class="headerlink" href="#dependency" title="Permalink to this
318318< p class ="last "> On Windows there is SSL implementation available that is based on
319319the native Windows SSL capabilities (Schannel) and it will be
320320preferred. Hence neither GnuTLS nor OpenSSL are required on that
321- platform. If you' d like to disable this behavior, run configure
321+ platform. If you’ d like to disable this behavior, run configure
322322with < code class ="docutils literal "> < span class ="pre "> --without-wintls</ span > </ code > .</ p >
323323</ div >
324324< div class ="admonition note ">
@@ -433,7 +433,7 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t
433433certificates store, aria2 will automatically load those certificates
434434at the startup. If it is not the case, I recommend to supply the path
435435to the CA bundle file. For example, in Debian the path to CA bundle
436- file is ' /etc/ssl/certs/ca-certificates.crt' (in ca-certificates
436+ file is ‘ /etc/ssl/certs/ca-certificates.crt’ (in ca-certificates
437437package). This may vary depending on your distribution. You can give
438438it to configure script using < code class ="docutils literal "> < span class ="pre "> --with-ca-bundle</ span > < span class ="pre "> option</ span > </ code > :</ p >
439439< div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $ ./configure --with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
@@ -443,7 +443,7 @@ <h2>How to build<a class="headerlink" href="#how-to-build" title="Permalink to t
443443< p > Without < code class ="docutils literal "> < span class ="pre "> --with-ca-bundle</ span > </ code > option, you will encounter the error when
444444accessing HTTPS servers because the certificate cannot be verified
445445without CA bundle. In such case, you can specify the CA bundle file
446- using aria2' s < code class ="docutils literal "> < span class ="pre "> --ca-certificate</ span > </ code > option. If you don' t have CA bundle
446+ using aria2’ s < code class ="docutils literal "> < span class ="pre "> --ca-certificate</ span > </ code > option. If you don’ t have CA bundle
447447file installed, then the last resort is disable the certificate
448448validation using < code class ="docutils literal "> < span class ="pre "> --check-certificate=false</ span > </ code > .</ p >
449449< p > Using the native OSX (AppleTLS) and/or Windows (WinTLS) implementation
@@ -503,7 +503,7 @@ <h2>Cross-compiling Windows binary<a class="headerlink" href="#cross-compiling-w
503503< div class ="highlight-default "> < div class ="highlight "> < pre > < span > </ span > $ HOST=x86_64-w64-mingw32 ./mingw-config
504504</ pre > </ div >
505505</ div >
506- < p > If you want libaria2 dll with < code class ="docutils literal "> < span class ="pre "> --enable-libaria2</ span > </ code > , then don' t use
506+ < p > If you want libaria2 dll with < code class ="docutils literal "> < span class ="pre "> --enable-libaria2</ span > </ code > , then don’ t use
507507< code class ="docutils literal "> < span class ="pre "> ARIA2_STATIC=yes</ span > </ code > and prepare the DLL version of external
508508libraries.</ p >
509509</ div >
@@ -526,7 +526,7 @@ <h2>Cross-compiling Android binary<a class="headerlink" href="#cross-compiling-a
526526< p > When building the above libraries, make sure that disable shared
527527library and enable only static library. We are going to link those
528528libraries statically.</ p >
529- < p > We use zlib which comes with Android NDK, so we don' t have to build it
529+ < p > We use zlib which comes with Android NDK, so we don’ t have to build it
530530by ourselves.</ p >
531531< p > < code class ="docutils literal "> < span class ="pre "> android-config</ span > </ code > assumes the existence of < code class ="docutils literal "> < span class ="pre "> $ANDROID_HOME</ span > </ code >
532532environment variable which must fulfill the following conditions:</ p >
@@ -567,10 +567,10 @@ <h3>About file names<a class="headerlink" href="#about-file-names" title="Permal
567567< p > The file name of the downloaded file is determined as follows:</ p >
568568< dl class ="docutils ">
569569< dt > single-file mode</ dt >
570- < dd > If " name" key is present in .torrent file, file name is the value
571- of " name" key. Otherwise, file name is the base name of .torrent
572- file appended by " .file" . For example, .torrent file is
573- " test.torrent" , then file name is " test.torrent.file" . The
570+ < dd > If “ name” key is present in .torrent file, file name is the value
571+ of “ name” key. Otherwise, file name is the base name of .torrent
572+ file appended by “ .file” . For example, .torrent file is
573+ “ test.torrent” , then file name is “ test.torrent.file” . The
574574directory to store the downloaded file can be specified by -d
575575option.</ dd >
576576< dt > multi-file mode</ dt >
@@ -607,7 +607,7 @@ <h3>Other things should be noted<a class="headerlink" href="#other-things-should
607607< code class ="docutils literal "> < span class ="pre "> --index-out</ span > </ code > option instead.</ li >
608608< li > The port numbers that aria2 uses by default are 6881-6999 for TCP
609609and UDP.</ li >
610- < li > aria2 doesn' t configure port-forwarding automatically. Please
610+ < li > aria2 doesn’ t configure port-forwarding automatically. Please
611611configure your router or firewall manually.</ li >
612612< li > The maximum number of peers is 55. This limit may be exceeded when
613613download rate is low. This download rate can be adjusted using
@@ -625,15 +625,15 @@ <h2>Metalink<a class="headerlink" href="#metalink" title="Permalink to this head
625625< p > For checksum verification, md5, sha-1, sha-224, sha-256, sha-384 and
626626sha-512 are supported. If multiple hash algorithms are provided, aria2
627627uses stronger one. If whole file checksum verification fails, aria2
628- doesn' t retry the download and just exits with non-zero return code.</ p >
628+ doesn’ t retry the download and just exits with non-zero return code.</ p >
629629< p > The supported user preferences are version, language, location,
630630protocol and os.</ p >
631631< p > If chunk checksums are provided in Metalink file, aria2 automatically
632632validates chunks of data during download. This behavior can be turned
633633off by a command-line option.</ p >
634634< p > If signature is included in a Metalink file, aria2 saves it as a file
635635after the completion of the download. The file name is download
636- file name + " .sig" . If same file already exists, the signature file is
636+ file name + “ .sig” . If same file already exists, the signature file is
637637not saved.</ p >
638638< p > In Metalink4, multi-file torrent could appear in metalink:metaurl
639639element. Since aria2 cannot download 2 same torrents at the same
@@ -686,7 +686,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
686686< li > < a class ="reference external " href ="http://tools.ietf.org/html/rfc959 "> RFC 959 FILE TRANSFER PROTOCOL (FTP)</ a > </ li >
687687< li > < a class ="reference external " href ="http://tools.ietf.org/html/rfc1738 "> RFC 1738 Uniform Resource Locators (URL)</ a > </ li >
688688< li > < a class ="reference external " href ="http://tools.ietf.org/html/rfc2428 "> RFC 2428 FTP Extensions for IPv6 and NATs</ a > </ li >
689- < li > < a class ="reference external " href ="http://tools.ietf.org/html/rfc2616 "> RFC 2616 Hypertext Transfer Protocol -- HTTP/1.1</ a > </ li >
689+ < li > < a class ="reference external " href ="http://tools.ietf.org/html/rfc2616 "> RFC 2616 Hypertext Transfer Protocol – HTTP/1.1</ a > </ li >
690690< li > < a class ="reference external " href ="http://tools.ietf.org/html/rfc3659 "> RFC 3659 Extensions to FTP</ a > </ li >
691691< li > < a class ="reference external " href ="http://tools.ietf.org/html/rfc3986 "> RFC 3986 Uniform Resource Identifier (URI): Generic Syntax</ a > </ li >
692692< li > < a class ="reference external " href ="http://tools.ietf.org/html/rfc4038 "> RFC 4038 Application Aspects of IPv6 Transition</ a > </ li >
@@ -754,7 +754,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
754754 < script type ="text/javascript ">
755755 var DOCUMENTATION_OPTIONS = {
756756 URL_ROOT :'./' ,
757- VERSION :'1.32 .0' ,
757+ VERSION :'1.33 .0' ,
758758 COLLAPSE_INDEX :false ,
759759 FILE_SUFFIX :'.html' ,
760760 HAS_SOURCE : true
0 commit comments