Summary:
Removes filesystem entries.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
Include this element in the request if you are removing a directory. |
|
|
|
Ignore errors if a file or a directory does not exist. |
|
|
|
|
Returns:
OK/Error
Example:
Removing the specified directory from the specified server. When performing the operation on a Virtuozzo Container, specify it's Server ID using the remote message targeting mechanism (the dst
element in the message header).
Input
<packet>
<dst>
<host>24b9acf5-8ca5-49c9-b7b1-4c93fe048389</host>
</dst>
<target>filer</target>
<data>
<filer>
<remove>
<cwd>Lw==</cwd>
<path>dGVzdGRpcg==</path>
<recursively/>
</remove>
</filer>
</data>
</packet>