036-PROPFIND.request 388 B

123456789101112131415161718
  1. PROPFIND /._Copy.txt HTTP/1.1
  2. Host: localhost:8080
  3. Content-Type: text/xml
  4. Depth: 0
  5. Accept: */*
  6. User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
  7. Content-Length: 179
  8. Connection: keep-alive
  9. <?xml version="1.0" encoding="utf-8"?>
  10. <D:propfind xmlns:D="DAV:">
  11. <D:prop>
  12. <D:getlastmodified/>
  13. <D:getcontentlength/>
  14. <D:creationdate/>
  15. <D:resourcetype/>
  16. </D:prop>
  17. </D:propfind>