Expand description
HTTP file downloads via curl or wget.
Shells out to curl/wget because TLS in pure std is impractical without crates, and these tools are ubiquitous (curl ships with Windows 10+).
Functionsยง
- download_
file - Download a file from
urltodest, showing progress on the terminal.