Summary:
Creates a link to the specified filesystem entry.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
Link name. |
|
|
|
Creates symbolic link if present, otherwise creates hard link. |
|
|
|
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>