aria2 1.12.0发布 多协议多来源下载工具

Aria2是一个命令行下运行、多协议、多来源">下载工具(HTTP/HTTPS、FTP、BitTorrent、Metalink),内建 XML-RPC 用户界面。

Aria2是Linux 下一个不错的高速下载工具。由于它具有分段下载引擎,所以支持从多个地址或者从一个地址的多个连接来下载同一个文件。这样自然就大大加快了文件的下载速度。aria2 也具有断点续传功能,这使你随时能够恢复已经中断的文件下载。除了支持一般的 http(s) 和 ftp 协议外,aria2 还支持 BitTorrent 协议。这意味着,你也可以使用 aria2 来下载 torrent 文件。

Aria2详解的安装及使用说明,请参阅风信网《Aria2一个命令行下运行、多协议、多来源下载工具》的介绍:http://www.ithov.com/linux/ubuntu/software/100769.shtml

aria2 1.12.0更新日志:

* Use ServerStat to find faster server. This is useful when several downloads were started in parallel, but one download is slow and the other downloads have completed. Then aria2 knows which servers are fast by the results of completed downloads, and check the available URIs of slow downloads to see faster server is available there. If so, use it instead of current slow one to make download faster.

* Added Russian translation of man page and HTML manual contributed by ITriskTI.

* Added aria2.getGlobalStat RPC method.  It returns overall download/upload speed and the number of active/stopped/waiting downloads.

* Added --pause option.  This option pauses download after added. This option is effective only when --enable-rpc=true is given.  When --save-session option is used and there are paused downloads, they are saved with --pause=true so that it will become paused state when the session is recovered.

* Abort aria2 if it could not setup any RPC server.

* Added --truncate-console-readout option.  This option truncates console readout to fit in a single line.  This is default. Give false value to this option to tell aria2 not to truncate console readout.

* Cache and reuse RpcMethod objects.

* Allowed missing params in system.multicall RPC method.

* Added --stream-piece-selector option.  This option specifies piece selection algorithm used in HTTP/FTP download. Piece means fixed length segment which is downloaded in parallel in segmented download. If 'default' is given, aria2 selects piece so that it reduces the number of establishing connection. This is reasonable default behaviour because establishing connection is an expensive operation.  If 'inorder' is given, aria2 selects piece which has minimum index. Index=0 means first of the file. This will be useful to view movie while downloading it. --enable-http-pipelining option
   may be useful to reduce reconnection overhead.  Please note that aria2 honors --min-split-size option, so it will be necessary to specify a reasonable value to --min-split-size option.

* Removed unnecessary template parameter from std::make_pair call. The patch was contributed from Dan Fandrich.

* Implemented fast file allocation in MinGW32 build.  We use SetFilePointerEx and SetEndOfFile to allocate extents.This only works with NTFS. To enable this feature, --file-allocation=falloc must be given.

* Only percent-encode non-printable ASCII chars(0x00-0x1f), non-ASCII chars(>0x7f), ' ', '"', '<' and '>' for URIs supplied by user and remote server(usually Location header field).

* Don't throw exception if Z_BUF_ERROR is encountered in GZipEncoder. This fixed the bug that compressed RPC request failed.

* Don't save removed download in --save-session text file.  Now stat column of removed downloads in Download Results is 'RM' instead of INPR.

下载地址:

http://sourceforge.net/projects/aria2/files/stable/aria2-1.12.0/aria2-1.12.0.tar.gz/download

http://sourceforge.net/projects/aria2/files/stable/aria2-1.12.0/aria2-1.12.0.tar.xz/download

http://sourceforge.net/projects/aria2/files/stable/aria2-1.12.0/aria2-1.12.0.tar.bz2/download

时间: 2024-09-01 14:32:08

aria2 1.12.0发布 多协议多来源下载工具的相关文章

libguestfs 1.12.0发布 虚拟机磁盘映像工具

libguestfs 是一个用于访问和修改虚拟机(VM)磁盘映像的工具.你可以用libguestfs查看和编辑文件,可以改变脚本为VMS,监控磁盘使用状况统计,P2V,V2V,执行部分备份,克隆VMs等等. libguestfs 不需要root权限,可以访问和支持的文件系统包括: all known types of Linux filesystem (ext2/3/4, XFS, btrfs, etc.), any Windows filesystem (VFAT and NTFS), any

Aria2一个命令行下运行、多协议、多来源下载工具

Aria2是一个命令行下运行.多协议.多来源http://www.aliyun.com/zixun/aggregation/10481.html">下载工具(HTTP/HTTPS.FTP.BitTorrent.Metalink),内建 XML-RPC 用户界面. Aria2是Linux 下一个不错的高速下载工具.由于它具有分段下载引擎,所以支持从多个地址或者从一个地址的多个连接来下载同一个文件.这样自然就大大加快了文件的下载速度.aria2 也具有断点续传功能,这使你随时能够恢复已经中断的

JRuby 9.1.12.0 发布,Java 的 Ruby 解释器

JRuby 9.1.12.0 已发布.JRuby 是面向 Ruby.基于 Java 虚拟机(JVM)的一种解释程序,它结合了 Ruby 语言的简易性和功能强大的 JVM 的执行机制,包括与 Java 库全面集成.Rails 彻底加快及简化了 Web 应用的开发,不过它让人觉得不够成熟,特别是在高端企业级功能方面.另一方面,Java 平台及其虚拟机.库和 应用服务器的速度.稳定性和功能方面却一直在提升,现在已被公认为是开发高端服务器应用的领先平台.不过如果 Java 平台不与 Ruby 等新兴语言

check_ssl_cert 1.12.0发布 Nagios插件

check_ssl_cert 是一个Nagios插件,用于检测CA和X.509认证的有效性.它用于服务器正在运行的检测,并提供了一个有效凭证的检测,包括CA匹配一个给定的模式和检查的有效性. check_ssl_cert 1.12.0该版本清除了硬编码参考http://www.aliyun.com/zixun/aggregation/9511.html">OpenSSL的错误数目(这引起了处理自签名证书的问题). 软件信息:https://trac.id.ethz.ch/projects/

OATH Toolkit 1.12.0发布 开发工具包

OATH Toolkit 是一款用于开发 Open AuTHentication (OATH) 相关部署技术的工具.它包含一个共享库.命令行工具和一个PAM模块,使得它可以生成一次性密码认证系统.支持基于事件的HOTP和基于时间的TOTP的一次性密码设置.OATH是开放认证机构指定的算法式. OATH Toolkit 1.12.0该版本增加了oathtool --base32参数来解码base32键.支持详细的输出(oathtool-V)打印base32格式的关键数据.base32和十六进制编码

renameutils 0.12.0发布 文件重命名工具

rehttp://www.aliyun.com/zixun/aggregation/11696.html">nameutils(file renaming utilities的简写)是一款能够更快速和灵活的文件重命名程序.使用qmv允许在文本编辑器编辑文件名,目录中的所有文件名字被写入到一个文本文件,然后由用户编辑.文本文件可以读取和解析,并应用到更改的文件中.使用qcp复制文件来替代进行重命名.它允许一个文件名在终端使用GNU readline库进行编辑. renameutils 0.1

OGLplus 0.12.0发布 C++封装器

OGLplus (oglplus)是一个OpenGL API的C++++封装器,通过OpenGL(3或更高版本)的C语言的应用程序界面来实现一个细小的面向对象外观.它提供了一个封装器,可以自动化资源和对象管理,以及使C++中的OpenGL使用更安全容易. 关于OpenGL OpenGL(全写Open Graphics Library)是个定义了一个跨编程语言.跨平台的编程接口的规格,它用于三维图象(二维的亦可).OpenGL是个专业的图形程序接口,是一个http://www.aliyun.com

Xye 0.12.0发布 一个益智游戏

Xye是一个http://www.aliyun.com/zixun/aggregation/28290.html">益智游戏,游戏目标是获得每个级别中的所有宝石.游戏任务需要思考操作,有陷阱,怪物和世界各地的难题.玩家可以与很多游戏中的对象进行交互,某些对象也可以与其他对象进行交互. Xye 0.12.0版本添加新的对象.一些错误修正.添加一个更好的友好列表框控制. 软件信息:http://xye.sourceforge.net/ 下载地址:http://xye.sourceforge.n

crosstool-NG 1.12.0发布 多功能的工具链发生器

crosstool-NG是一个多功能的工具链发生器,以高度可配置为目的.它支持多个目标的架构,不同的组件(glibc/uClibc... ...)和版本. crosstool-NG还具有调试公用程序(DUMA,strace... ...)和生成工具(sstrip...). crosstool-NG 1.12.0该版本许多组件已经更新到较新版本:GCC,GLIBC,eglibc,uClibc,GDB等等.大量基础设施的工作已经完成:./configure-time进行的测试现在可以在menucon