summaryrefslogtreecommitdiff
path: root/README.txt
blob: 715e64d3de6151e8c90b07aa754f5757933d76ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
cargo run -- --help
cargo install --path .
cargo install --list
cargo uninstall fileserver

curl upload:
curl -k -u :mypass -F file=@myfile.pdf https://localhost:8000/
curl -k -u :mypass -O https://localhost:8000/myfile.pdf

wget download:
wget --no-check-certificate https://localhost:8000/myfile.pdf
wget --no-check-certificate --user= --password=mypass https://localhost:8000/myfile.pdf