diff options
| author | Your Name <you@example.com> | 2026-03-07 12:44:32 +0800 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-03-07 12:44:32 +0800 |
| commit | db58cda6a57e3f7cbb6b2e3807d27a4fdea147ca (patch) | |
| tree | 5ee31ef34bca12e1e0a184a3374d12ac82266f6b /README.txt | |
| parent | b818aaabc8f695de5c382188277b36f60a9397a0 (diff) | |
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -6,3 +6,7 @@ cargo uninstall fileserver | |||
| 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 | 8 | curl -k -u :mypass -O https://localhost:8000/myfile.pdf |
| 9 | |||
| 10 | wget download: | ||
| 11 | wget --no-check-certificate https://localhost:8000/myfile.pdf | ||
| 12 | wget --no-check-certificate --user= --password=mypass https://localhost:8000/myfile.pdf | ||
