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 |
Upload files to a WebDAV server.