Title: aria2-0.12.uci Description: ultra fast download utility Version: 0.12 Author: Tatsuhiro Tsujikawa Original-site: http://aria2.sourceforge.net/ Copying-policy: GPLv3 -----==[ Color = green Filesize: 1.28MB ]==----- Extension by: juanito Comments: Also contains libs, etc from: libxml2-2.6.30 see http://xmlsoft.org/ c-ares-1.5.1 see http://daniel.haxx.se/projects/c-ares/ --------- aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent(DHT, PEX, MSE/PE), and Metalink. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalinks chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. ---------- examples: Download a file using 2 connections: $ aria2c -s2 http://host/file.zip Download files listed in a file concurrently: $ aria2c -ifiles.txt -j5 (-j = no. of concurrent downloads) Download files with remote Metalink; metalink is processed in memory: $aria2c --follow-metalink=mem http://host/file.metalink Download files from remote BitTorrent file: $ aria2c -otest.torrent http://site/file.torrent ---------- Change-log: First version Current: 2008/04/25