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