如何列出带有通配符的 webdav 服务器目录的内容?

How can I list the contents of a directory of a webdav server with wildcards?

是否可以在 propfind-xml-文档中使用 DAV:like?

<D:where>
  <D:like>
    <D:prop><D:getfilename/></D:prop>
    <D:literal>mypic_thumb%.jpg</D:literal>
  </D:like>
</D:where>

不,文件名不是 WebDAV 属性。