Skip to main content

WebDAV Sender Connector

WebDAV Sender Connector allows you to upload files to a WebDAV server.

Service Description

The WebDAV Sender Connector enables the sending of files to a WebDAV server. It allows files to be uploaded to specified directories on the server, providing a secure and reliable way to store files remotely.

Required Connector Properties

  • WebDAV Host: The hostname or IP address of the WebDAV server.
  • WebDAV Port: The port number used for the WebDAV server connection (typically 443 for HTTPS).
  • WebDAV Credential: The authentication credentials (username, password, or access token) for accessing the WebDAV server.
  • Directory: The target directory on the WebDAV server where the file will be uploaded.
  • File Name: The name of the file to be uploaded.
  • Add Timestamp: Option to automatically add a timestamp to the file name for versioning or uniqueness.
  • Add Message ID: Option to add a unique message ID to the file to distinguish different uploads.
  • Auto Create Directory: Option to automatically create the target directory on the WebDAV server if it doesn't exist.
Usage

Use the WebDAV Sender Connector when you need to upload files to a remote server. This connector is especially useful for synchronizing files between systems or integrating with applications that store data remotely.