2 个版本
0.1.1 | 2024 年 3 月 22 日 |
---|---|
0.1.0 | 2024 年 3 月 17 日 |
#2094 in 命令行实用程序
20KB
398 代码行
Steal
一个用于多部分下载的 CLI 工具。
动机
在服务器上使用单线程下载程序 wget
下载大型数据集和其他资源很慢 😴,因此我想编写一个 Rust CLI 工具,该工具可以并行下载大文件的多个部分。
我总是乐于学习和与他人合作 😀。请随时提出问题或与我联系。
安装
使用 Cargo 安装
只需运行
cargo install steal
从源安装
- 克隆我的 GitHub 仓库 https://github.com/Isaac-Fate/steal.git
- 导航到
steal
目录 - 运行
cargo install --path .
以本地安装
git clone https://github.com/Isaac-Fate/steal.git
cd steal
cargo install --path .
使用方法
基本使用
要下载位于 <URL>
的大文件,请输入
steal <URL>
例如,要下载来自 http://ipv4.download.thinkbroadband.com/200MB.zip
的 200 MB 假数据,请输入
steal http://ipv4.download.thinkbroadband.com/200MB.zip
响应头
您可以使用子命令 steal info
检查响应头。
steal info <URL>
更多使用方法
输入 steal help
查看所有可用命令。
依赖项
~8–19MB
~277K SLoC