/duma

Simple file downloader written in Rust

Primary LanguageRustMIT LicenseMIT

duma

Build Status Build status

A wget clone written in Rust.

features

  • support for http and https downloads
  • support for ftp downloads
  • Download resume capability
  • download progress bar

usage

Duma 0.1.0
Matt Gathu <mattgathu@gmail.com>
wget clone written in Rust

USAGE:
    duma [FLAGS] [OPTIONS] <URL>

FLAGS:
    -c, --continue    resume getting a partially-downloaded file
    -h, --help        Prints help information
    -q, --quiet       quiet (no output)
    -V, --version     Prints version information

OPTIONS:
    -O, --output-document <FILE>    write documents to FILE

ARGS:
    <URL>    url to download

screenshot

screenshot

license

This project is license used the MIT license. See LICENSE for more details.