|
发表于 2008-10-13 08:19:56
|
显示全部楼层
1楼用的aria2fe是个gui,aria2是个cli。用Metalink下载一些iso镜像速度不错,也用bt下载。aria2 bt下载的一些设置:
aria2c
Ctrl-C 停止下载
--follow-torrent=mem 将种子文件在内存中处理
--enable-dht 启用DHT
--bt-require-crypto=true 仅接受模糊连接
--max-upload-limit=100K 最大上传速度限制为100k
--select-file=1-4,8 选择下载的文件
--listen-port=6881-6883 监听端口范围6881-6883
--seed-time=120 做种时间
--seed-ratio=1.0 做种分享率
aria2c --check-integrity=true -d/path/to/dir file.torrent 下载完成后检查文件完整性 |
|