aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Go to file
Tatsuhiro Tsujikawa f2d55f0edc Added --deferred-input option.
If true is given to --deferred-input option, aria2 does not read all
URIs and options from file specified by -i option at startup, but it
reads one by one when it needs later. This may reduce memory usage if
input file contains a lot of URIs to download. If false is given,
aria2 reads all URIs and options at startup. This option defaults to
false.
2012-02-05 18:57:16 +09:00
doc Added --deferred-input option. 2012-02-05 18:57:16 +09:00
lib
m4
po Updated German and Polish translations. Thanks to all translators. 2012-01-12 00:47:07 +09:00
src Added --deferred-input option. 2012-02-05 18:57:16 +09:00
test Support network-path reference in HTTP redirect. 2012-01-11 02:17:38 +09:00
AUTHORS Fixed typo 2011-03-20 14:39:36 +09:00
build_test.sh Added build test without libnettle, libgcrypt and openssl. 2012-01-08 00:59:34 +09:00
ChangeLog
ChangeLog.old
configure.ac Bump up version number to 1.14.2 2012-02-05 17:13:03 +09:00
COPYING
LICENSE.OpenSSL
Makefile.am
NEWS Updated NEWS for 1.14.1 release 2012-01-12 00:36:19 +09:00
README
README.asciidoc Fixed doc: neither libnettle nor libgcrypt will not be used with OpenSSL. 2012-01-16 22:50:55 +09:00

See README.asciidoc