Download Folder from BigFix Root Server

Hello,

I am working on some kind of automation work where i need to download Hello_folder from BigFix Root server stored at http://abcxxxx001.net.abc.com:52311/Uploads/Hello_Folder

Since files inside this Hello_Folder will be changing every time and folder is dynamic so cannot generate sha1 and size of that folder for my automation work everytime. Kindly suggest me a way so that i can download that folder without sha1 and size on Client machine from Root server through BigFix Action Script?

You won’t be able to do it with native ActionScript commands, but you could use ActionScript to build shell scripts and use ‘curl’ or ‘wget’ to download the files.

This would not go through Relay Caching, the clients would need direct access to the server, and in fact you’d be better off just hosting these files on a web server instead of the BES Server, but it’s possible.