diff options
| author | Your Name <you@example.com> | 2026-03-07 12:32:04 +0800 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-03-07 12:32:04 +0800 |
| commit | 40b54065c7d25c4df2d980b8210c93ade1e55604 (patch) | |
| tree | 4f7629191d4b7aca90f2a852918f2fa253c19cbc /README.txt | |
| parent | a0e83cd1ee46d79636b8ad737210e5d3bebcc4f1 (diff) | |
readme: add curl upload example
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -2,3 +2,6 @@ cargo run -- --help | |||
| 2 | cargo install --path . | 2 | cargo install --path . |
| 3 | cargo install --list | 3 | cargo install --list |
| 4 | cargo uninstall fileserver | 4 | cargo uninstall fileserver |
| 5 | |||
| 6 | curl upload: | ||
| 7 | curl -k -u :mypass -F file=@myfile.pdf https://localhost:8000/ | ||
