In order to build aria2 from the source package, you need following
development packages(package name may vary depending on the
@@ -928,9 +947,9 @@ validation using --check-certificate=false.
$ make check
-
-
5.1. About filename
+
7.1. About filename
The filename of the downloaded file is determined as follows:
-
@@ -962,12 +981,12 @@ 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.
-
5.2. DHT
+
7.2. DHT
aria2 supports mainline compatible DHT. By default, the routing table
for IPv4 DHT is saved to $HOME/.aria2/dht.dat and the routing table
for IPv6 DHT is saved to $HOME/.aria2/dht6.dat. aria2 uses same port
number to listen on for both IPv4 and IPv6 DHT.
-
5.3. Other things should be noted
+
7.3. Other things should be noted
-
The current implementation supports HTTP(S)/FTP/BitTorrent. The other
P2P protocols are ignored. Both Metalink4 and Metalink version 3.0
@@ -1029,18 +1048,18 @@ 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.
-
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).
-