mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
feat: implement more webdav methods (#13)
Now you can mount the server as webdav driver on windows.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
[](https://github.com/sigoden/duf/actions/workflows/ci.yaml)
|
||||
[](https://crates.io/crates/duf)
|
||||
|
||||
Duf is a simple file server. Support static serve, search, upload, delete, webdav...
|
||||
Duf is a simple file server. Support static serve, search, upload, webdav...
|
||||
|
||||

|
||||
|
||||
@@ -11,9 +11,8 @@ Duf is a simple file server. Support static serve, search, upload, delete, webda
|
||||
|
||||
- Serve static files
|
||||
- Download folder as zip file
|
||||
- Search files
|
||||
- Upload files and folders (Drag & Drop)
|
||||
- Delete files
|
||||
- Search files
|
||||
- Basic authentication
|
||||
- Partial responses (Parallel/Resume download)
|
||||
- Support https
|
||||
@@ -111,8 +110,6 @@ duf --tls-cert my.crt --tls-key my.key
|
||||
Download a file
|
||||
```
|
||||
curl http://127.0.0.1:5000/some-file
|
||||
|
||||
curl -o some-file2 http://127.0.0.1:5000/some-file
|
||||
```
|
||||
|
||||
Download a folder as zip file
|
||||
|
||||
Reference in New Issue
Block a user