## terradn A downloader written in Rust. ## usage ``` terradn 0.1.0 Hossein Dindar A file downloader in rust USAGE: terradn [FLAGS] [OPTIONS] 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 identify as AGENT instead of terradn/VERSION -O, --output write documents to FILE -n, --num_connections maximum number of concurrent connections (default is 8) -T, --timeout set all timeout values to SECONDS ARGS: url to download ``` ## Installation Via cargo ``` cargo install terradn ``` ## screenshot ![screenshot](screenshot.png) ## license This project is license used the MIT license. See [LICENSE](LICENSE) for more details.