dlfile
```
USAGE:
dlfile [FLAGS] --from --to
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 The fully qualified URL with an https scheme to download from [env: FROM=]
-t, --to The file system path, including a file name, for where to write the file to [env: TO=]
```
Notes
- Only downloads over HTTPS
- Requires TLS 1.2 or higher
- Executes in a seccomp sandbox
- Uses
trust-dns
, supporting DNS over TLS