.rput [<relative_path>] server:[<relative_path>]
.rput myconfig linuxserver5:feb2005
copies the contents of a directory myconfig from the current
server to the feb2005 directory on server linuxserver5. The source path is relative to the working directory of the step, so it includes or does not include the project and tag directories based on the value of the step's Absolute property. The destination path is relative only to the Path property of the destination server. For more information about how the system constructs paths, see Working directories for jobs.
.put[/E|/e] [<relative_path>/]file server:[[<relative_path>/]file]
If neither /E nor /e is specified, the system uses the heuristics method to see if the dotcommand contains something that looks like a Windows file path. If it detects a file path, escape is disabled; otherwise, escape is enabled.