From b818aaabc8f695de5c382188277b36f60a9397a0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 7 Mar 2026 12:33:19 +0800 Subject: readme: add curl download example --- README.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/README.txt b/README.txt index 7e07f2a..1f9faab 100644 --- a/README.txt +++ b/README.txt @@ -5,3 +5,4 @@ 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 -- cgit