ControlTier > core
 

move

Command Reference

Description

Moves/renames a WebDAV-resource.

The move operation is the logical equivalent of a copy followed by a detele of the source. Works on individual resources and collections. RFC reference: MOVE Method

static: This command can be run outside of an object context.

Usage

ctl -m davutil -c move -dest <> [-password <>] -url <> [-username <>]

Options

Option Description Type Default
dest dest file name

Supports the dav:// shortcut schema.

string
password DAV user name string ${entity.attribute.password}
url dav resource

Supports the dav:// shortcut schema.

string
username DAV user name string ${entity.attribute.username}