ruget icon indicating copy to clipboard operation
ruget copied to clipboard

Alternative to wget written in Rust

Results 4 ruget issues
Sort by recently updated
recently updated
newest added

Authentication isnt supported, but more importantly ruget says "Done!" when in fact there was an error.

Doing `ruget http://localhost/foo/` results ``` --- Single download mode --- thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file...

Hi, I find this problem when I was trying to download a XML file from [this url](https://perso.limos.fr/~sesalva/files/rest-cloud/tp/tp1/files/pom.xml) The called command is : `ruget "https://perso.limos.fr/~sesalva/files/rest-cloud/tp/tp1/files/pom.xml"` The result is : ``` thread...

Hi, I was wondering if you've considered or would consider moving the ruget project library files into a dedicated library crate and upload it to Rust's crates distribution platform. This...