Configuration Settings (aspera.conf) / Configuring Symbolic Links |
The following section describes how Aspera handle symbolic links in IBM Aspera Sync based on settings configured in the aspera.conf file. The aspera.conf file can be found in the following location:
<file_system> <symbolic_links>list_of_comma-separated_options</symbolic_links> </file_system>
Option | Description | Client Behavior | Server Behavior |
---|---|---|---|
create | Create symbolic links with arbitrary targets. This is option set by default. | Disallowed if not configured. Note: Servers running on a Windows
platform will always reject such a request, regardless of the option
configured.
|
Symbolic links are always copied to the server if the client requests. |
follow | Follow symbolic links with targets inside docroot. If at any point the path goes outside the docroot, Aspera Sync will not complete the transfer. This is option set by default. | Symbolic links are always copied to the server if the client requests. Note: If
the docroot is a symbolic link and is specified as the source or destination: As the
receiver, follow the target widely (no docroot constraint) and
unconditionally (regardless of symbolic link action(s) configured/requested).
|
|
follow_wide | Follow symbolic links with arbitrary targets, even if the targets are outside the docroot. | Disallowed if not configured, except for Windows servers. Follow
symbolic links anywhere without docroot constraint. Note: If the docroot is a symbolic link
and is specified as the source or destination: As sender, follow the target
unconditionally (regardless of symbolic link action(s) configured/requested).
|
|
none | Take no action with the symbolic link. |