mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #133] webdav 希望能支持 lock 和 unlock #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hhs66317 on GitHub (Sep 1, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/133
Specific Demand
我当前使用的 keepassXC 是支持 webdav 加载远端密码库的,需要用到 lock 和 unlock 来保证数据库的正确性
Implement Suggestion
当前支持的 webdav 方法有 GET,HEAD,PUT,OPTIONS,DELETE,PROPFIND,COPY,MOVE
增加 LOCK 和 UNLOCK 就可以了,至于更多的方法使用场景就更广泛了
@sigoden commented on GitHub (Sep 5, 2022):
dufs 服务也是无状态,突出特点的简洁精炼,目前的webdav特性已经能满足绝大多数场景了。
如果需要用到lock/unlock,建议还是使用专门的webdav服务器。
@hhs66317 commented on GitHub (Sep 5, 2022):
你说的对,还是继续用现在的 nginx 好