Download List

项目描述

aria2 は、ファイルを高速にダウンロードできる軽量なユーティリティです。 コマンドラインインターフェースなので、wget や curl によく似ていますが、BitTorrent もサポートしています。HTTP(S)/FTP/ BitTorrent (DHT, PEX, MSE/PE) /Metalink をサポートしてます。

aria2 に似たアプリケーションはいくつか存在しますが、以下の 2 点 において aria2 は差別化されます: (1) 複数のソース (http/ftp そして BitTorrent) からダウンロードで きる。 (2) aria2 に URL のリストを与えた場合、それらを一つ一つ逐次的にダウンロー ドするのではなく、複数並列でダウンロードすることができます。一つ ずつダウンロードを待つ必要はないのです。これにより aria2 は与え られた帯域をめいいっぱい使用して高速なダウンロードを実現します。

ファイルをHTTP(S)/FTPとBitTorrentの両方から同時にダウンロードする機能を持っています。HTTP(S)/FTPからダウンロードしたデータは、BitTorrentネットワークにアップロードされます.

信頼性 という意味でもっともすぐれたHTTP(S)/FTPダウンロードユーティリティ です。なぜなら、Metalink のチャンクチェックサムをサポートしており、 BitTorrentのようにダウンロードした部分部分のチェックサムを照合す る機能をもつからです。チェックサムが違っていればその部分だけダウ ンロードすればよいのです。従来のようなファイルをすべてダウンロード してからチェックサムをとり、間違っていれば全部ダウンロードしなおすことと較べてください。 その差はファイルサイズが大きくなるにつれて明らかです。

系统要求

System requirement is not defined

发布: 2009-06-02 00:56
aria2 aria2-1.4.0 (1 files 隐藏)

发布版本通知

This release adds XML-RPC interface and the ability to run command when download started/stopped and the ability to save cookies. The current XML-RPC API allows users to add http(s)/ftp/torrent/Metalink download and change options dynamically. The APIs such as reporting download progress, file paths, URIs and peer information are also available. For complete API specification, see XML-RPC INTERFACE section in man page and http://apps.sourceforge.net/trac/aria2/wiki/XmlrpcInterface. The console readout was slightly updated and now includes the number of seeders the client has connected to. Slovak translation was added. Ukrainian and Brazilian Portuguese translation were updated.

このリリースでは, XML-RPC インターフェースの追加とダウンロードの開始/停止時のコマンド実行機能の追加と Cookie を保存する機能を追加しました. XML-RPC API を使うと動的に http(s)/ftp/torrent/Metalink のダウンロードを追加することやオプションを変更することができます. ダウンロードの状況やファイル, URI, ピアの情報を得るための API も用意されています. API についての詳細は man ページの XML-RPC INTERFACE セクションをみるか, http://apps.sourceforge.net/trac/aria2/wiki/XmlrpcInterface を参照してください. コンソールのリードアウトを変更し, 現在接続しているシーダーの数を表示するようにしました. スロバキア語の翻訳を追加し, ウクライナ語とポルトガル語の翻訳を更新しました.

变更日志

* Added Slovak translation. Updated Ukrainian and Brazilian Portuguese
translation. Thanks to all translators.

* Use name.utf-8 and path.utf-8 key in higher priority than name and
path key respectively when persing .torrent file.

* Added --xml-rpc-max-request-size option to limit the size of XML-RPC
request.

* Since upcoming libgnutls 2.8 doesn't have libgnutls-config, Check
presence of libgnutls using pkg-config first. If it fails, fall back
to old macro libgnutls.m4.

* Added --save-cookies option.

* Added the ability to execute command when download starts and
stops. You can also specify command for particular cases such as
complete/error download. Added --on-download-start,
--on-download-stop, --on-download-complete and --on-download-error
option.

* Abbreviated KiB/s to KiBs and its precision decreased to 1 to save
space in console readout. Also they are now shown in MiB/s if speed
> 1024KiB/s.

* Added SEED to console output, which represents the number of seeders
currently the client is connecting to.

* Added source filename(__FILE__) and line number(__LINE__) to
exception message.

* Fixed the bug that POU peers are never choked in seeding.

* DownloadResult now has the list of FileEntry. The download summary
displays the path of first selected file and the number of remaining
files for multi-file torrent.

* Added BASIC authentication for XML-RPC. Added --xml-rpc-user and
--xml-rpc-passwd option.

* Added XML-RPC interface. See complete API specification at
http://apps.sourceforge.net/trac/aria2/wiki/XmlrpcInterface

* Removed --enable-http-server and --http-server-listen-port options.
Added --enable-xml-rpc and --xml-rpc-listen-port instead. The
original feature for --enable-http-server that reports download
progress in HTML was officially removed. Persist XML-RPC connection
if client supports keep-alive.

* Added more options that can be specified in -i list and xml-rpc
add* command. See Input File in aria2c man page.