WebDAV - Request “Show files in folder”?

前端 未结 1 2016
一生所求
一生所求 2020-12-20 17:09

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 WebDA

相关标签:
1条回答
  • 2020-12-20 17:54

    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

    0 讨论(0)
提交回复
热议问题