WebDAV - Request “Show files in folder”?

社会主义新天地 提交于 2019-11-28 07:33:42

问题


I want to download all *.txt files from a WebDAV share. Is there a request/methode to get a list of files from this folder?

I´m new to WebDAV and at the w3.org WebDAV methode definition I don´t found this information. http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3


回答1:


The link you pointed at is not the WebDAV specfication, but the HTTP specification. If you want to list the contents of a directory (collection) you must use the PROPFIND method instead, which should return an XML document with all the information.

https://tools.ietf.org/html/rfc4918#section-9.1



来源:https://stackoverflow.com/questions/7399358/webdav-request-show-files-in-folder

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!