You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.