Skip to content

xstevens/download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

download

A remote file downloader.

Build

cargo build --release

Usage

$ download -h
download 0.1.0
remote file downloader command-line interface

USAGE:
    download [FLAGS] [OPTIONS] <url>

FLAGS:
    -h, --help           Prints help information
    -O, --remote-name    output to a file using the same name as the remote
    -V, --version        Prints version information
    -v, --verbose        enable verbose logging (useful for debugging)

OPTIONS:
    -o, --output <OUTPUT>            output filename
    -A, --user-agent <user-agent>    use value as user-agent header

ARGS:
    <url>

Examples

$ download -o rustup.sh https://sh.rustup.rs
$ download --user-agent "curl/7.51.0" http://wttr.in

License

All aspects of this software are distributed under the MIT License. See LICENSE file for full license text.

About

A remote file downloader.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages