add CLI tools support
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user