feat: remove unzip uploaded feature (#11)

Use drag&drop/webdav to upload folders
This commit is contained in:
sigoden
2022-06-04 13:01:17 +08:00
committed by GitHub
parent 0a64762df4
commit 0616602659
3 changed files with 1 additions and 43 deletions

View File

@@ -15,9 +15,8 @@ Duf is a fully functional file server.
- Upload files and folders (Drag & Drop)
- Delete files
- Basic authentication
- Upload zip file then unzip
- Partial responses (Parallel/Resume download)
- Support https/tls
- Support https
- Support webdav
- Easy to use with curl
@@ -128,12 +127,6 @@ Upload a file
curl --upload-file some-file http://127.0.0.1:5000/some-file
```
Unzip zip file when unload
```
curl --upload-file some-folder.zip http://127.0.0.1:5000/some-folder.zip?unzip
```
Delete a file/folder
```