put
Command Reference
Description
Put a file in the repository
Uploads a local file or directory to a WebDAV server.
static: This command can be run outside of an object context.
Usage
ctl -m davutil -c put -file <> [-overwrite] [-password <>] -url <> [-username <>]
Options
Option | Description | Type | Default |
---|---|---|---|
file | file or directory | string | |
overwrite | if present overwrite existing file or resource | boolean | |
password | DAV user name | string | ${entity.attribute.password} |
url |
Destination resource or collection URL.
Supports the dav:// shortcut schema. |
string | |
username | DAV user name | string | ${entity.attribute.username} |