Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须实现一个具有一些文件服务器功能的 HTTP 服务器。我已经编写了 HTTP HEAD、GET、PUT 和 DELETE 请求。
接下来我需要实现类似 RENAME 或 MOVE 来更改已经存储在服务器上的文件的名称。但我找不到合适的 HTTP 请求方法。
知道如何做到这一点,或者这可能是不可能的吗?
找到了为此添加了匹配的 HTTP 方法的WebDAVMOVE扩展。
MOVE
还有一种MKCOL创建目录的方法。
MKCOL