ダウンロードリスト

プロジェクト概要

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-11-02 23:50
aria2 aria2-1.6.3 (2 個のファイル 非表示)

リリースノート

This release fixes reported bugs and updates Polish, Catalan, French, Italian, Russian and Japanese translations.

このリリースでは, 報告されたバグを修正しました. 6 ヵ国語の翻訳を更新しました.

変更履歴

  • Updated Polish, Catalan, French, Italian, Russian and Japanese
    1. Thanks to all translators.
  • Fixed the bug that DHTAbstractNodeLookupTask never finishes if error occurred in DHTMessageDispatcherImpl::sendMessage().
  • Fixed the bug that in Windows environment new blank line is inserted when console readout is updated.
  • Fixed the bug that when downloading more than one torrent with multiple ports in --listen-port, listening port is not reported properly to tracker for 2nd or later torrents.
  • Fixed typos in documentation.
  • Fixed the bug that Netrc::parse() cannot recognize comment line.
  • Fixed Metalink piping no longer works.
  • Fixed "--ftp-passwd" option ignored when user name embedded in URI.