2025-03-14 21:59:59 -06:00
|
|
|
# ruget
|
|
|
|
|
|
|
|
|
|
> Alternatif untuk wget yang ditulis dalam Rust.
|
|
|
|
|
> Informasi lebih lanjut: <https://github.com/ksk001100/ruget>.
|
|
|
|
|
|
|
|
|
|
- Unduh konten URL ke file:
|
|
|
|
|
|
|
|
|
|
`ruget {{https://example.com/file}}`
|
|
|
|
|
|
|
|
|
|
- Unduh konten URL ke file [o]utput tertentu:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`ruget {{[-o|--output]}} {{nama_file}} {{https://example.com/file}}`
|