2 个不稳定版本
0.2.0 | 2021 年 7 月 29 日 |
---|---|
0.1.0 | 2020 年 12 月 27 日 |
#63 in #downloader
105KB
813 行
terradn
用 Rust 编写的下载器。
用法
terradn 0.1.0
Hossein Dindar <hosseind2017@gmail.com>
A file downloader in rust
USAGE:
terradn [FLAGS] [OPTIONS] <URL>
FLAGS:
-c, --continue resume getting a partially-downloaded file
-h, --help Prints help information
-H, --headers prints the headers sent by the HTTP server
-q, --quiet quiet (no output)
-s, --singlethread download using only a single thread
-V, --version Prints version information
OPTIONS:
-U, --useragent <AGENT> identify as AGENT instead of terradn/VERSION
-O, --output <FILE> write documents to FILE
-n, --num_connections <NUM_CONNECTIONS> maximum number of concurrent connections (default is 8)
-T, --timeout <SECONDS> set all timeout values to SECONDS
ARGS:
<URL> url to download
安装
通过 cargo
cargo install terradn
截图
许可证
本项目使用的是 MIT 许可证。有关详细信息,请参阅 LICENSE。
依赖项
~9–21MB
~313K SLoC