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.

there method mkcol create directory.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -