BuildForge Help

Getting a File from a Server

Use the .get command to get a copy of a file from a server and place it in a destination relative to the current step's working directory. For example, if you have a server named winbuildserver1 with a file config.txt in its config directory, you can add the following step to your project to copy the file to the current server's config directory:
.get winbuildserver1:./config/config.txt ./config/config.txt

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