From db58cda6a57e3f7cbb6b2e3807d27a4fdea147ca Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 7 Mar 2026 12:44:32 +0800 Subject: readme: add wget examples --- README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.txt b/README.txt index 1f9faab..715e64d 100644 --- a/README.txt +++ b/README.txt @@ -6,3 +6,7 @@ cargo uninstall fileserver curl upload: curl -k -u :mypass -F file=@myfile.pdf https://localhost:8000/ curl -k -u :mypass -O https://localhost:8000/myfile.pdf + +wget download: +wget --no-check-certificate https://localhost:8000/myfile.pdf +wget --no-check-certificate --user= --password=mypass https://localhost:8000/myfile.pdf -- cgit