Skip to content
mikedeboer edited this page Jan 2, 2012 · 2 revisions

KDE WebDAV client client

KDE is a bit of a loud client, doing a significant number of redundant requests. But nowhere near as much as Finder.

Implementer info

UA: Mozilla/5.0 (compatible; Konqueror/4.4; Linux) KHTML/4.4.2 (like Gecko) Kubuntu

KDE identifies itself as it's browser 'Konqueror', presumably because the same HTTP client library is used.

Properties

KDE will request the following properties:

  • creationdate
  • getcontentlength
  • displayname
  • source
  • getcontentlanguage
  • getcontenttype
  • executable
  • getlastmodified
  • getetag
  • supportedlock
  • lockdiscovery
  • resourcetype

executable is non-standard. There's a DAVFS pseudo-standard to find out if a file is an executable, but it's in a different namespace.

Based on the original document at http://code.google.com/p/sabredav/wiki/KDE