Crates.io | duma |
lib.rs | duma |
version | 0.2.0 |
source | src |
created_at | 2019-04-13 15:51:19.700092 |
updated_at | 2020-11-11 11:58:38.907104 |
description | A minimal file downloader |
homepage | https://github.com/mattgathu/duma |
repository | https://github.com/mattgathu/duma |
max_upload_size | |
id | 127682 |
size | 221,344 |
A minimal file downloader written in Rust.
Duma 0.1.0
Matt Gathu <mattgathu@gmail.com>
A minimal file downloader
USAGE:
duma [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 Duma/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
Via cargo
cargo install duma
This project is license used the MIT license. See LICENSE for more details.