2007-12-14 21:15:35 +01:00
|
|
|
aria2 has a segmented downloading engine in its core. Therefore, it
|
2006-12-03 15:51:26 +01:00
|
|
|
can download files a lot faster than ordinary browsers. Currently it
|
|
|
|
has following features:
|
|
|
|
* HTTP/HTTPS GET support
|
2006-05-01 18:39:52 +02:00
|
|
|
* HTTP Proxy support
|
|
|
|
* HTTP BASIC authentication support
|
|
|
|
* HTTP Proxy authentication support
|
2006-12-03 15:51:26 +01:00
|
|
|
* FTP support (active, passive mode)
|
|
|
|
* FTP through HTTP proxy (GET command or tunneling)
|
|
|
|
* Segmented download
|
2006-10-01 18:34:17 +02:00
|
|
|
* Cookie support (currently aria2 ignores "expires")
|
2006-12-03 15:51:26 +01:00
|
|
|
* It can run as a daemon process
|
|
|
|
* BitTorrent protocol support with fast extension
|
2006-05-01 18:39:52 +02:00
|
|
|
* Selective download in multi-file torrent
|
2006-12-03 15:51:26 +01:00
|
|
|
* Metalink version 3.0 support (HTTP/FTP/BitTorrent)
|
|
|
|
* Limiting download/upload speed
|
2006-05-01 18:39:52 +02:00
|
|
|
|
|
|
|
WWW: http://aria2.sourceforge.net/
|
2007-01-28 17:47:29 +01:00
|
|
|
Author: Tatsuhiro Tsujikawa <tujikawa at users dot sourceforge dot net>
|