Skip to main content

WebDAV Connector

WebDAV Connector provides integration with the WebDAV protocol, enabling file-based operations over HTTP/HTTPS.

Service Description

There are two component options for configuring a connector to communicate using WebDAV:

  • WebDAV Receiver Connector
  • WebDAV Sender Connector

WebDAV (Web-based Distributed Authoring and Versioning) is an extension of the HTTP protocol that allows clients to perform remote file operations such as reading, writing, and editing files on a web server. It is widely used for managing and sharing files in collaborative environments. The WebDAV Connector integrates with systems that support the WebDAV protocol, allowing data to be uploaded, downloaded, or synchronized with remote WebDAV servers.

Beginning

Follow these steps before starting the integration:

  • Set up a WebDAV server and ensure that your application has the necessary permissions to perform file operations.
  • Get your WebDAV credentials (username, password, access token).
  • Configure the WebDAV URL, directory paths, and file handling options.