mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
836c324dbc
PR: ports/117876 (based on) Submitted by: Philip Gollucci <pgollucci@p6m7g8.com>
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
|
|
|
|
WWW: http://aria2.sourceforge.net/
|
|
Author: Tatsuhiro Tsujikawa <tujikawa at users dot sourceforge dot net>
|