httpfs - How to implement a rename function for a HTTP based file server? -
i have implement http server file server capabilities. i'd coded http head, get, put, , delete requests.
next thing need implement rename or move change name of file stored on server. cannot find appropriate http request method this.
any idea how or might not possible?
found webdav extensions added matching http method move this.
- https://tech.yandex.com/disk/doc/dg/reference/move-docpage
- http://www.qed42.com/blog/using-curl-commands-webdav
there method mkcol create directory.
Comments
Post a Comment