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

发布: 2009-09-20 21:33
aria2 aria2-1.6.0 (1 files 隐藏)

发布版本通知

aria2 is a multi-protocol & multi-source, cross platform download utility. The supported protocols are HTTP(S), FTP, BitTorrent, Metalink. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth.

This release changes the default behavior of XML-RPC server. Now it listens only on local loopback interface by default for security reasons. If you want to connect to aria2c from remote hosts, use --xml-rpc-listen-all option. The XML-RPC client sample script written in Ruby are now included in the archive under doc/xmlrpc directory. These scripts are licensed under MIT License. The help category tags are now start "#" to distinguish them from keyword search. --retry-wait option was removed because it doesn't work properly under the architecture. Updated Bulgarian, Russian, Slovak and Japanese translations.

aria2 は、複数のサーバーから複数のプロトコルを用いてファイルを高 速にダウンロードできるユーティリティです。 コマンドラインインターフェースなので、wget によく似ていますが、BitTorrent もダウンロードできます。HTTP(S)/FTP/ BitTorrent (DHT, PEX, MSE/PE) /Metalink をサポー トしてます。

このリリースでは, XML-RPC サーバーは初期設定でローカルのループバック インターフェースでのみ接続を受け付けるように変更しました. 他のホストから接続したい場合は, --xml-rpc-listen-all オプションを使ってください. Ruby で書かれた XML-RPC のサンプル クライアント スクリプトをアーカイブに同梱しました. これらスクリプトのライセンスは MIT ライセンスです. ヘルプのタグを "#" で始めるように変更しました. これはキーワード検索と区別するためです. 現行アーキテクチャ上ではうまく動作していなかった --retry-wait オプションを削除しました. ブルガリア語, ロシア語, スロバキア語, 日本語の翻訳を更新しました.

变更日志

  • Added XML-RPC in -v Configuration output.
  • Updated Bulgarian, Russian, Slovak and Japanese translations. Thanks to all translators.
  • Removed --retry-wait option since the current architecture doesn't allow sleep for particular URI.
  • Removed Retry-After header support since the current architecture doesn't allow sleep for particular URI.
  • Added our own daemon() function for systems which desn't have daemon(3).
  • Added help category tag #file. Added #file tag to the options related to downloaded file.
  • Added help category tags: #cookie and #hook. Added #https tag to --https-proxy and --https-proxy, --all-proxy and --no-proxy.
  • A help category tag now starts with "#" to distinguish a category from keyword search. For example, "http" tag is now "#http". You can type "--help=#http" to get explanation of options related to http. If '#' is omitted, then the argument is treated as a keyword and aria2 searches options whose name includes the keyword and print matched ones. For example, "--help=http" will show options whose name includes "http".
  • Added xml-rpc help tag. Tagged xml-rpc related options with xml-rpc tag.
  • Fixed the bug that server performence profile is not updated when aria2c was terminated by emergency shutdown.
  • Added XML-RPC client scripts written in ruby.
  • Added support for IPv6 literal address in URI. Now aria2 can handle URI such as http://[::1]/
  • Fixed the bug that HTTP request header for XML-RPC request is not parsed properly.
  • Added --xml-rpc-listen-all option. If true is given to this option, aria2 listens incoming XML-RPC requests on all network interfaces. If false is given, listens only on local loopback interface. The default value is false.