From 40b54065c7d25c4df2d980b8210c93ade1e55604 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 7 Mar 2026 12:32:04 +0800 Subject: readme: add curl upload example --- README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.txt b/README.txt index c23b846..7e07f2a 100644 --- a/README.txt +++ b/README.txt @@ -2,3 +2,6 @@ cargo run -- --help cargo install --path . cargo install --list cargo uninstall fileserver + +curl upload: +curl -k -u :mypass -F file=@myfile.pdf https://localhost:8000/ -- cgit