Previous page

Next page

Locate page in Contents

Print this page

mkdir

Summary:

Creates a new directory.

Request specification:

Name

Min/Max

Type

Description

mkdir

 

navigateType

 

{

 

 

 

mode

0..1

mode_type

Access mode in decimal form.

recursively

0..1

 

If any part of the path does not exist, create it.

}

 

 

 

Returns:

OK/Error

Example:

<packet>

<target>filer</target>

<data>

<filer>

<mkdir>

<path>cm9vdC9teWxvZ3M=</path>

<cwd>Lw==</cwd>

<cred>

<user>root</user>

<group>root</group>

</cred>

</mkdir>

</filer>

</data>

</packet>

Please send us your feedback on this help page