summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-03-07 12:33:19 +0800
committerYour Name <you@example.com>2026-03-07 12:33:19 +0800
commitb818aaabc8f695de5c382188277b36f60a9397a0 (patch)
tree580425cbc7f0d8e399cb777154263935444c9b27 /README.txt
parent40b54065c7d25c4df2d980b8210c93ade1e55604 (diff)
readme: add curl download example
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt1
1 files changed, 1 insertions, 0 deletions
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
5 5
6curl upload: 6curl upload:
7curl -k -u :mypass -F file=@myfile.pdf https://localhost:8000/ 7curl -k -u :mypass -F file=@myfile.pdf https://localhost:8000/
8curl -k -u :mypass -O https://localhost:8000/myfile.pdf