Skip to content
bgoldowsky edited this page Jul 21, 2016 · 3 revisions

Introduction

This module defines a DavResource class, which gives access to files stored on a WebDAV server. Other classes manage authentication and navigation across directories on the server.

Dependencies

  • cwm-base
  • HTTPClient
  • DAVclient from XMLMind

Details

WebDAV can be a convenient method of storing content for a web site in a place where it is easy to edit with various tools. The classes defined here make it easy to use these files as Resources, and check for updated versions when they are accessed.

Clone this wiki locally