Download file in relay architecture

Hi all,
I want to download file hosted in ROOT server and want clients to download this file with relay architecture.
the reason is that my clients have network ports opened only to their BigFix relay servers and relay servers have an access to ROOT server.

I know how to generalize the SHA1 and SHA256 and everything, the only thing left to accomplish is the relay architecture file download.

I’ve tried “Download as” and “Download now as”, but still cannot download the file.
my SHA1 and SHA256 action is:
prefetch fileName sha1:ID size https://BigFixRootServer:52311/uploads/filename sha256:ID

with “Download as” and “Download now as” my action is:
Download as newFileName https://BigFixRootServer:52311/uploads/filename

non of the above helped me accomplish my task with clients.

please help,
thank you

I’ve found that my failure was because I used fixletdebugger.
and fixletdebugger accessing directly to the ROOT server and not going through relay architecture.

therefore the solution was: I’ve created a task and both commands succeeded and the client used relay architecture to download the file from ROOT server

1 Like