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 Requirements

System requirement is not defined

發布 2009-10-07 01:53
aria2 aria2-1.6.1 (1 files 隱藏)

發布版本通知

This release fixes memory leak in HTTP/FTP download. It also fixes the bug that the option values changed by XML-RPC changeOption and changeGlobalOption methods are cleared. Now User-agent and Peer ID include version number. Updated Simplified Chinese translations.

このリリースでは, HTTP/FTP ダウンロードでのメモリーリークを修正しました. XML-RPC changeOption と changeGlobalOption メソッドで変更したオプション値がクリアされる問題を修正しました. User-Agent と Peer ID がバージョン番号を含むようになりました. Simplified Chinese の翻訳を更新しました.

更動紀錄

  • Don't save control file when aria2 exits while checking piece hash(behavior of -V option). If control file doesn't exist when aria2 launches, the completed length in saved control file will be 0 byte and this confuses user.
  • Included version number in Peer ID and client version. Peer ID now starts with "aria2/VERSION-", where VERSION is MAJOR.MINOR.MICRO. Client version is aria2/VERSION.
  • Included version number in user-agent string.
  • Fixed memory leak in HTTP/FTP download.
  • Fixed the bug that the option values changed by XML-RPC methods(changeOption and changeGlobalOption) are overwritten to the previous value by the next these requests which doesn't contain that option value.
  • Added missing help message for remove command to aria2rpc.