mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
20 lines
762 B
Plaintext
20 lines
762 B
Plaintext
aria2 has a segmented downloading engine in its core. Therefore, it
|
|
can download files a lot faster than ordinary browsers. Currently it
|
|
has following features:
|
|
* HTTP/HTTPS GET support
|
|
* HTTP Proxy support
|
|
* HTTP BASIC authentication support
|
|
* HTTP Proxy authentication support
|
|
* FTP support (active, passive mode)
|
|
* FTP through HTTP proxy (GET command or tunneling)
|
|
* Segmented download
|
|
* Cookie support (currently aria2 ignores "expires")
|
|
* It can run as a daemon process
|
|
* BitTorrent protocol support with fast extension
|
|
* Selective download in multi-file torrent
|
|
* Metalink version 3.0 support (HTTP/FTP/BitTorrent)
|
|
* Limiting download/upload speed
|
|
|
|
Author: Tatsuhiro Tsujikawa <tujikawa at users dot sourceforge dot net>
|
|
WWW: http://aria2.sourceforge.net/
|