BuildForge Help

Putting a File on a Server

When you want to copy a file from your current server to a different server, use the .put command. The following example step assumes that you have a config.txt file in a config directory on the current server, accessible from the current path:
.put ./config/config.txt winbuildserver1:./config/config.txt

For more information on using .put, see .put. Also see the description of paths in Working Directories for Jobs.