aria2 1.37.0
轻量级多协议命令行下载工具。支持 HTTP/HTTPS、FTP、BitTorrent、Metalink,多线程并发下载,速度远超浏览器自带。Windows 64 位绿色版,解压即用。
下载 aria2
使用教程
解压后进入 aria2 目录,运行:
aria2c.exe https://example.com/file.zip
→ 直接下载一个文件
aria2c.exe -x16 -s16 URL
→ 16线程并发,速度最大化
aria2c.exe -i urls.txt
→ 批量下载(urls.txt 每行一个链接)
aria2c.exe --bt-metadata-only=true --follow-torrent=mem 种子文件.torrent
→ BT 下载