Alternative to wget written in Rust. - ruget

Alternative to wget written in Rust. More information: GitHub - ksk001100/ruget: Alternative to wget written in Rust.

  • Download the contents of a URL to a file:

ruget {{https://example.com/file}}

  • Download the contents of a URL to a specified [o]utput file:

ruget --output {{file_name}} {{https://example.com/file}}