upload_webdav

Function

ArgDescriptionType
fileThe file to uploadOSPath (required)
nameThe name that the file should have on the serverstring
accessorThe accessor to usestring
urlThe WebDAV urlstring (required)
basic_auth_userThe username to use in HTTP basic authstring
basic_auth_passwordThe password to use in HTTP basic authstring
noverifycertSkip TLS Verification (deprecated in favor of SkipVerify)bool
skip_verifySkip TLS Verificationbool
user_agentIf specified, set a HTTP User-Agent.string

Required Permissions: FILESYSTEM_READ

Description

Upload files to a WebDAV server.