Hans-Martin Goebel
Hans-Martin Goebel

Reputation: 592

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

Is it possible with DAV:like in a propfind-xml-document?

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

Upvotes: 0

Views: 638

Answers (1)

Julian Reschke
Julian Reschke

Reputation: 42027

No, the filename is not a WebDAV property.

Upvotes: 1

Related Questions