Previous page

Next page

Locate page in Contents

Print this page

link

Summary:

Creates a link to the specified filesystem entry.

Request specification:

Name

Min/Max

Type

Description

link

 

navigateType

 

{

 

 

 

name

1..1

base64Binary

Link name.

symbolic

0..1

 

Creates symbolic link if present, otherwise creates hard link.

force

0..1

 

Ignores errors if present.

}

 

 

 

Returns:

OK/Error

Example:

Creating a symbolic link to /test.

<packet version="4.0.0" id="356">

<dst>

<host>24b9acf5-8ca5-49c9-b7b1-4c93fe048389</host>

</dst>

<target>filer</target>

<data>

<filer>

<link>

<cwd>Lw==</cwd>

<path>dGVzdA==</path>

<name>dGVzdC1kaXI=</name>

<symbolic/>

<force/>

</link>

</filer>

</data>

</packet>

Please send us your feedback on this help page