Getting a file from a server

To get a copy of a file from a server and place it in a destination relative to the current step's working directory, use the .get command. 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 see the following:


Feedback