summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 1f9faab..715e64d 100644
--- a/README.txt
+++ b/README.txt
@@ -6,3 +6,7 @@ cargo uninstall fileserver
6curl upload: 6curl upload:
7curl -k -u :mypass -F file=@myfile.pdf https://localhost:8000/ 7curl -k -u :mypass -F file=@myfile.pdf https://localhost:8000/
8curl -k -u :mypass -O https://localhost:8000/myfile.pdf 8curl -k -u :mypass -O https://localhost:8000/myfile.pdf
9
10wget download:
11wget --no-check-certificate https://localhost:8000/myfile.pdf
12wget --no-check-certificate --user= --password=mypass https://localhost:8000/myfile.pdf