diff options
| author | Your Name <you@example.com> | 2026-03-07 12:33:19 +0800 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-03-07 12:33:19 +0800 |
| commit | b818aaabc8f695de5c382188277b36f60a9397a0 (patch) | |
| tree | 580425cbc7f0d8e399cb777154263935444c9b27 | |
| parent | 40b54065c7d25c4df2d980b8210c93ade1e55604 (diff) | |
readme: add curl download example
| -rw-r--r-- | README.txt | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -5,3 +5,4 @@ cargo uninstall fileserver | |||
| 5 | 5 | ||
| 6 | curl upload: | 6 | curl upload: |
| 7 | curl -k -u :mypass -F file=@myfile.pdf https://localhost:8000/ | 7 | curl -k -u :mypass -F file=@myfile.pdf https://localhost:8000/ |
| 8 | curl -k -u :mypass -O https://localhost:8000/myfile.pdf | ||
