mediafire_rs 0.2.0

Downloads files and folders from mediafire
mediafire_rs-0.2.0 is not a library.

Preview

Installation

cargo install mediafire_rs

Usage

Usage: mdrs.exe [OPTIONS] <URL>

Arguments:
  <URL>  Folder or file to download

Options:
  -o, --output <OUTPUT>  Output directory [default: .]
  -m, --max <MAX>        Maximum number of concurrent downloads [default: 10]
  -p, --proxy <FILE>     Speficy a file to read proxies from
      --proxy-download   Downloads files through proxies, the default is to use proxies for the API only
  -h, --help             Print help
  -V, --version          Print version

For building from source, please refer to the BUILDING.md file for detailed instructions.