add CLI tools support

This commit is contained in:
2018-01-25 13:20:59 +02:00
parent ca4ca7dd4c
commit 94860d5195
7 changed files with 49 additions and 11 deletions

View File

@@ -22,3 +22,11 @@ location /flees/ {
- configure local port in `docker-compose.yaml`
- directly login with URLs:
- http://host/list/[share name]/[hashed password]
- download with curl (etc.)
- http://host/download/[share name]/[hashed password]/[filename]
- upload with curl (etc.)
- curl -F file=@my.file http://host/upload/[share name]/[hashed password]