ダウンロードリスト

プロジェクト概要

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のようにダウンロードした部分部分のチェックサムを照合す る機能をもつからです。チェックサムが違っていればその部分だけダウ ンロードすればよいのです。従来のようなファイルをすべてダウンロード してからチェックサムをとり、間違っていれば全部ダウンロードしなおすことと較べてください。 その差はファイルサイズが大きくなるにつれて明らかです。

システム要件

システム要件が設定されていません

リリース時刻: 2009-08-22 00:07
aria2 aria2-1.5.2 (1 個のファイル 非表示)

リリースノート

This release fixes the bug that when the first attempt to establishing connection fails, aria2 don't try to connect another address and a download immediately fails. -S output was enhanced: exact file size is now printed. For -S with torrent file, meta data such as comment, comment.utf-8, created by and creation date are now printed. Ukrainian and Russian translations were updated.

このリリースでは, 最初の接続が失敗すると, 他のアドレスで接続を試み ようとせずにダウンロードが失敗するバグを修正しました. -S オプショ ンの出力を改良しました: 省略形式とともに, 正確なファイルのサイズを 出力するようにしました. torrent ファイルの -S 出力では, comment, comment.utf-8, created by および creation date といったメタデータ も出力するようにしました. ウクライナ語とロシア語の翻訳を更新しまし た.

変更履歴

  • Updated Ukrainian and Russian translations. Thanks to all translators.
  • Get comment, comment.utf-8, created by and creation date from .torrent file and print them in -S output.
  • Show exact file size along in -S option output.
  • Fixed the bug that download fails if SocketCore::establishConnection() throws exception and aria2 doesn't try another address.
  • Fixed sqlite3.m4 macro so that sqlite3_open_v2 function is detected properly.
  • Renamed xmlrpc::elements::PARAMS to xmlrpc::elements::A2_PARAMS because it causes compile error if PARAMS macro is defined.