ダウンロードリスト

プロジェクト概要

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-12-13 18:43
aria2 aria2-1.7.2 (3 個のファイル 非表示)

リリースノート

This release fixes the bug that aria2 listens wrong port in BitTorrent/FTP downloads when --interface option is used. If --metalink-file='-' is given, aria2 now reads Metalink file from stdin. Magnet URI is printed in the output of -S option. DHT is now enabled by default. DHT doesn't start while aria2 only handles HTTP/FTP downloads. On the first torrent download begins, aria2 initiates DHT functionality. After that, DHT runs until aria2 exits.

このリリースでは, --interface オプションを使ったとき, BitTorrent/FTP ダウンロードで, 間違ったポート番号で接続を待ち受けるバグを修正しました. --metalink-file='-' が与えられたとき, Metalink ファイルを標準入力から読み込むようにしました. -S オプションでの出力に Magnet URI を加えました. DHT がデフォルトで有効になりました. DHT は HTTP/FTP ダウンロードだけを行っている間は実行されません. 最初の BitTorrent ダウンロード開始を契機に, DHT の実行を開始します. その後は, aria2 が終了するまで DHT は実行を続けます.

変更履歴

  • Fixed the bug that RequestGroupMan::downloadFinished() returns true even if all downloads haven't finished, especially when PostDownloadHandler is involved. Changed the condition so that it only returns true if both _requestGroups and _reservedGroups are empty.
  • Enabled DHT by default because of Magnet URI support. To disable DHT, use --enable-dht=false
  • Print Magnet URI in -S output.
  • Fixed the bug that line separator is missing in horizontal bar in aria2mon.
  • If '-' is given as an argument to --metalink-file option, aria2 reads Metalink file from stdin.
  • Fixed the bug that aria2 listens wrong port if --interface option is used.
  • Fixed the bug that query parameter in magnet URI is not decoded.