Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 321 Bytes

ruget.md

File metadata and controls

12 lines (7 loc) · 321 Bytes

ruget

Alternative to wget written in Rust. More information: https://github.com/ksk001100/ruget.

  • Download the contents of a URL to a file:

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

  • Download the contents of a URL to a specified output file:

ruget {{[-o|--output]}} {{file_name}} {{https://example.com/file}}