WebDAV
webdav outbound uploads files to a WebDAV server.
Structure
{
"type": "webdav",
"tag": "dav-out",
"url": "https://dav.example.com/remote.php/dav",
"user": "backup",
"password": "",
"path": ""
}
Fields
url
Required
The WebDAV server URL.
user
The username for authentication.
password
The password for authentication.
path
Path on the server. The URL root is used if empty.