mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
Updated doc
This commit is contained in:
parent
6620c8d878
commit
8b8e769aaa
7
README
7
README
@ -22,7 +22,7 @@ aria2 is in very early development stage. Currently it has following features:
|
|||||||
* It can run as a daemon process.
|
* It can run as a daemon process.
|
||||||
* BitTorrent protocol support with fast extension.
|
* BitTorrent protocol support with fast extension.
|
||||||
* Selective download in multi-file torrent
|
* Selective download in multi-file torrent
|
||||||
* Metalink version 3.0 support(HTTP/FTP only).
|
* Metalink version 3.0 support(HTTP/FTP/BitTorrent).
|
||||||
|
|
||||||
3. How to build
|
3. How to build
|
||||||
---------------
|
---------------
|
||||||
@ -82,8 +82,9 @@ files.
|
|||||||
|
|
||||||
6. Metalink
|
6. Metalink
|
||||||
-----------
|
-----------
|
||||||
The current implementation only supports HTTP/FTP downloading in Metalink.
|
The current implementation supports HTTP/FTP/BitTorrent.
|
||||||
BitTorrent and other P2P protocols are ignored.
|
BitTorrent always has precedence over HTTP/FTP.
|
||||||
|
The other P2P protocols are ignored.
|
||||||
|
|
||||||
For checksum checking, both MD5 and SHA1 are supported. If both values are
|
For checksum checking, both MD5 and SHA1 are supported. If both values are
|
||||||
provided, then aria2 uses SHA1. If checksum checking is failed, aria2 doesn't
|
provided, then aria2 uses SHA1. If checksum checking is failed, aria2 doesn't
|
||||||
|
Loading…
Reference in New Issue
Block a user