I am not sure if it is documented, but it works.
http:
If you use it from .NET, you can use the following code:
List<string> downloadedFiles = new RemoteTc() .Connect(a => a.ToHost("tc").AsGuest()) .DownloadArtifacts(123, @"C:\DownloadedArtifacts");
The code above uses the FluentTc library
source share