dlfile is a very simple, straightforward CLI to download a file, except it...
trust-dns
, supporting DNS over TLScargo install dlfile
dlfile --min-tls=v1.3 --from="https://sh.rustup.rs" --to="./rustup.sh
^ ^ ^
| | |
| Download from url |
| Write out to file
rustup.rs supports tls 1.3
``` dlfile 0.2.0
USAGE:
dlfile [FLAGS] [OPTIONS] --from
FLAGS: -h, --help Prints help information --no-sandbox [UNSAFE] Indicates that you want to run without the default sandbox -V, --version Prints version information
OPTIONS:
-f, --from v1.2
or v1.3
[env: MIN