1
aria2c 文件名
-x : 线程数,比如-x4
–http-proxy: 指定代理
-c: 断点续传
–file-allocation=none: 关闭预分配
续传的方式: aria2c -c 地址,注意:忘记原地址不能续传,必须记录原地址。
aria2c -c 地址
高速下载参数
aria2c -s32 -x16 --max-tries=1000 --file-allocation=falloc -k1M -c "这里放下载URL"