diff options
| -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/ | ||
