Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.
upload_webdav

upload_webdav

Function
Arg Description Type
file The file to upload OSPath (required)
name The name that the file should have on the server string
accessor The accessor to use string
url The WebDAV url string (required)
basic_auth_user The username to use in HTTP basic auth string
basic_auth_password The password to use in HTTP basic auth string
noverifycert Skip TLS Verification (deprecated in favor of SkipVerify) bool
skip_verify Skip TLS Verification bool
user_agent If specified, set a HTTP User-Agent. string

Required permissions: FILESYSTEM_READ, NETWORK

Description

Upload files to a WebDAV server.