You can use the web version via a different entry point: import = require("webdav") Ĭonst directoryItems = await client.getDirector圜ontents("/")
#Open source webdav client windows 10 keygen#
The compilation settings specify a minimum supported browser version of Internet Explorer 11, however testing in this browser is not performed regularly.Īlthough you may choose to transpile this library's default entry point (NodeJS) yourself, it is not advised - use the dedicated web version instead. This WebDAV client is supported in the browser is of version 3. Version 3.x is deprecated and may receive the odd bugfix. Versions 2.x and 1.x are no longer supported, so use them at your own risk.
For version 4 support, use versions in the range of 1.*). This library is compatible with NodeJS version 10 and above (For version 6/8 support, use versions in the range of 2.*. This library's motivation is not to follow an RFC or to strictly adhere to standard WebDAV interfaces, but to provide an easy-to-consume client API for working with most WebDAV services from Node or the browser. It parses and prepares directory-contents requests for easy consumption, as well as providing methods for fetching things like file stats and quotas. The API returns promises and resolve with the results. This library provides a WebDAV client interface that makes interacting with WebDAV enabled services easy. Being that it is so widespread, many file hosting services such as Box, Nextcloud/ ownCloud and Yandex use it as a fallback to their primary interfaces.
WebDAV is a well-known, stable and highly flexible protocol for interacting with remote filesystems via an API. A WebDAV client, written in Typescript, for NodeJS and the browser