Remote file name
The name of the file on the remote device to upload to the server. This file name can be absolute or relative. If a relative
file name is specified, it is taken to be relative to the current working directory of the Agent.
Server file name
Specifies the location on the server where the file is to be stored. This file name can not be absolute and may not
contain more than one backslash ( \ ). It is taken relative to the upload root directory of the MobiLink server. This directory
is specified using the -ftru option on the MobiLink server.
It is a good idea to use a macro in the sever file name to ensure that each agent that executes the command uploads its file
to a different location on the server. Otherwise, you may have problems with agents over-writting each other's files. A good
convention is to place the files from each agent in a separate directory where the name of the directory is the agent id.
You can use the {agent_id} macro to achieve this. For example, if you want to upload a file called myuploadfile.txt you might set the destination file name to {agent_id}\myuploadfile.txt. See Variables in parameters.