Previous: Defining a remote server, Up: Remote programming customization [Index]
Remote path translation can also be defined via the user interface, as
described in Setup the remote servers. The remote paths
translation are defined with the node remote_path_config.
The attributes for this node are:
server_name (mandatory)The server name concerned by the paths translation.
The remote_path_config node contains mirror_path
children.
The attributes for the node mirror_path are:
local_path (mandatory)The absolute local path, expressed using the local filesystem standards.
remote_path (mandatory)The absolute remote path, expressed using the remote filesystem standards.
sync (mandatory)Specify the synchronization mechanism used for the paths
(see Paths settings). Possible values are
NEVER, ONCE_TO_LOCAL, ONCE_TO_REMOTE and ALWAYS.