dufs
dufs copied to clipboard
A file server that supports static serving, uploading, searching, accessing control, webdav...
It's inconvenient without the ability to select multiple items for deletion on the web UI. This PR aims to add this from frontend perspective (just quickly?), with plans to implement...
I made a silly logo. Commit it or don't 🤷♂️ 
## Specific Demand it would be a great help if we could specify a separate logfile instead of using the system log. ## Implement Suggestion `config.yml` option: `log-file: /path/to/log` if...
**Problem** windows下使用webdav添加网络驱动器后,无法添加文件和修改文件 **Configuration** 启动命令:dufs.exe -A -a test:test123@/:rw --auth-method basic (去掉auth-method也是同样错误) 可以正常浏览打开删除文件,但是无法拷贝文件到网络驱动器或者修改网络驱动器里的文件。 但是使用 dufs.exe -A 网络驱动器文件操作均正常。 **Log** 拷贝文件到网络驱动器出错时console截图:  **Environment:** - OS info:windows
## Specific Demand PROPFIND methid can provide a `depth` parameter in the header, it accept `0`, `1`, `infinity`: * 0: Retrieve properties of the directory * 1: as 0 +...
Version 0.40 worked ok (dufs-v0.40.0-i686-pc-windows-msvc.zip), but the new version 0.41 can't start. Has something changed about requirements, different compile options or different minimum VCC version? Tried both i686 version (that...
Having trouble getting the syntax right for yaml config for basic auth using a sha-512 password. I only want the user to download files and nothing else Any assistance would...
## Specific Demand I would like to request a modification to the default sorting method used in the application. Currently, the items are sorted in a fixed order by default....
### Design Proposal - Allow the token to be included in either the query string (`?token=`) or the request header (`X-TOKEN: `). - The token will take precedence over the...