[GH-ISSUE #133] webdav 希望能支持 lock 和 unlock #62

Closed
opened 2026-04-08 16:50:07 +03:00 by zhus · 2 comments
Owner

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 就可以了,至于更多的方法使用场景就更广泛了

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 就可以了,至于更多的方法使用场景就更广泛了
zhus closed this issue 2026-04-08 16:50:07 +03:00
Author
Owner

@sigoden commented on GitHub (Sep 5, 2022):

dufs 服务也是无状态,突出特点的简洁精炼,目前的webdav特性已经能满足绝大多数场景了。

如果需要用到lock/unlock,建议还是使用专门的webdav服务器。

<!-- gh-comment-id:1236439418 --> @sigoden commented on GitHub (Sep 5, 2022): dufs 服务也是无状态,突出特点的简洁精炼,目前的webdav特性已经能满足绝大多数场景了。 如果需要用到lock/unlock,建议还是使用专门的webdav服务器。
Author
Owner

@hhs66317 commented on GitHub (Sep 5, 2022):

你说的对,还是继续用现在的 nginx 好

<!-- gh-comment-id:1236568765 --> @hhs66317 commented on GitHub (Sep 5, 2022): 你说的对,还是继续用现在的 nginx 好
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#62