Class: DavFS

html.DavFS

Class representing a remote WebDAV filesystem.

new html.DavFS ()

Properties:
Name Type Description
cache bool

(default: false) If true, list results are cached. Use the method html.DavFS#clearCache to clear the cache.

fetchManager low.FetchManager

(default: null) The fetch manager instance to use.

root string

(default: "") The WebDAV root URL.

Extends

Methods

clearCache ()

Clears the list cache.