What are your experiences implementing/using WebDAV?

后端 未结 8 687
南方客
南方客 2021-02-02 03:43

For a current project, I was thinking of implementing WebDAV to present a virtual file store that clients can access. I have only done Google research so far but it looks like I

8条回答
  •  北荒
    北荒 (楼主)
    2021-02-02 04:28

    For many WebDAV clients and even for read only access, you will also need to support OPTIONS. If you want to support upload, PUT obviously is required, and some clients (MacOS X?) will require locking support.

    (btw, RFC 4918 is the authorative source of information).

提交回复
热议问题