You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I find this problem when I was trying to download a XML file from this url
The called command is : ruget "https://perso.limos.fr/~sesalva/files/rest-cloud/tp/tp1/files/pom.xml"
The result is :
thread 'main' panicked at 'cannot get content-length...', /home/gabriel/.cargo/registry/src/github.com-1ecc6299db9ec823/ruget-0.4.3/src/lib/downloader/parallel.rs:98:14
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
For wget : wget $_
--2022-03-16 22:14:21-- https://perso.limos.fr/~sesalva/files/rest-cloud/tp/tp1/files/pom.xml
Résolution de perso.limos.fr (perso.limos.fr)… 193.55.95.57
Connexion à perso.limos.fr (perso.limos.fr)|193.55.95.57|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 3643 (3,6K) [application/xml]
Enregistre : «pom.xml»
pom.xml 100%[===========================================================================================>] 3,56K --.-KB/s ds 0,001s
2022-03-16 22:14:21 (6,33 MB/s) - «pom.xml» enregistré [3643/3643]
It's in french but you see that I've downloaded the file :)
Thanks for the work on this project and have a nice day ^^
The text was updated successfully, but these errors were encountered:
Hi,
I find this problem when I was trying to download a XML file from this url
The called command is :
ruget "https://perso.limos.fr/~sesalva/files/rest-cloud/tp/tp1/files/pom.xml"
The result is :
For wget :
wget $_
It's in french but you see that I've downloaded the file :)
Thanks for the work on this project and have a nice day ^^
The text was updated successfully, but these errors were encountered: