ControlTier > core
 

mkcol

Command Reference

Description

Make resource collection

Creates a collection of resources and all required parent collections. The purpose of a collection resource is to model collection-like objects (e.g., file system directories) within a server's namespace. The HTTP URL namespace is a hierarchical namespace where the hierarchy is delimited with the "/" character.

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

Usage

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

Options

Option Description Type Default
password DAV user name string ${entity.attribute.password}
url resource url

Supports the dav:// shortcut schema.

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