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

发布: 2010-02-03 23:53
aria2 aria2-1.8.2 (4 files 隐藏)

发布版本通知

This release fixes the bug that causes segmentation fault with --max-file-not-found option involved. Now aria2 can handle redirected URI which is not properly percent encoded. In MinGW32 build, console readout is now always cut by 80 characters. 'bittorrent' key is added to the response of tellStatus XML-RPC method. The associated value of the key is a struct and contains data retrieved from .torrent file, such as name, announce-list, comment, etc.

このリリースでは, --max-file-not-found オプションを使ったときに segmentation fault が起こるバグを修正しました. 適切にパーセント エンコードされていないリダイレクト先 URI を処理できるようになりました. MinGW32 ビルドでは, コンソール インジケータを常に 80 文字でカットするようにしました. 'bittorrent' キーを tellStatus XML-RPC メソッドのレスポンスに追加しました. そのキーの値は, .torrent ファイルから読み込んだデータ, 例えば name, announce-list, コメント等です.

变更日志

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

* Call ares_library_init and ares_library_cleanup if they are
available. Some code cleanups.

* Call ares_process_fd() each time after epoll to handle timeout.

* Added bittorrent key to the response of tellStatus XML-RPC method.
The associated value of the key is a struct and contains data
retrieved from .torrent file, such as name, announce-list, comment,
etc.

* Rewritten Cookie storage.

* Handle redirected URI which is not properly percent encoded.

* Fixed the bug that causes segmentaiton fault when aria2 sees '404
not found' in the N times(N is where --max-file-not-found=N, N>0)
in a row without single '200 OK' response.

* Fixed compile error with i586-mingw32msvc-g++. Always Cut console
readout by 80 characters in mingw32 build.

* Fixed compile error with intel compiler