Download Files - Download Files with Ruget | Online Free DevTools by Hexmos
Download files instantly with Ruget, a Rust-based wget alternative. Easily fetch content from URLs with specified output file names. Free online tool, no registration required.
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}}