Total Pageviews

Monday, 11 April 2022

r-mtd, 分片下载文件


Usage

<分片数> <目标下载文件> [指定下载文件路径]

Example:

./r-mtd 5 "https://example.com/a.jpg" ~
from https://github.com/xutianyi1999/r-mtd
-----
我的补充说明
在本地机器,比如Mac上。先安装rust环境,然后,
git clone https://github.com/xutianyi1999/r-mtd
cd r-mtd
cargo build --release
cd target/release/
./r-mtd 5 "https://example.com/a.jpg" ~
相关帖子:https://briteming.blogspot.com/2022/03/pget.html


No comments:

Post a Comment