Creating a Directory
Internal WebDAV
Create a directory.
Object URI
{INT_WEBDAV_URL}/Dir_path
HTTP Method
MKCOL
Request Header
Empty
Request Body
Empty
Expected Response status
204 No Content
If a response such as 401 Access Denied is returned, check the permissions.
External WebDAV
Java Example
To create a directory, use the following:
sardine.createDirectory({EXT_WEBDAV_URL} + "/" + path);