How to get a file from Linux Client to Bigfix Server

Hello,

How to get a file from Linux Client to Bigfix Server?

From Linux: /var/opt/BESClient/test.gz

To Bigfix Windows D:\Bigfix Enterprise\BES Client\

It should work with ActionScript.

Thanks for any advice.

Hello!

I believe what you are looking for is the Upload Manager feature: https://help.hcltechsw.com/bigfix/10.0/platform/Platform/Config/c_overview.html

There are a number of examples of this feature in use, but one for instance is the TROUBLESHOOTING: Run BES Client Diagnostics Task in BES Support (ID 353).

Hello Aram,

No, we want to schedule some processes and data transfer. Thus we need a Task with an ActionScript that the files can be downloaded. It can be a log or a .gz file.

There are some examples with download over an Url. Is this the only way? Do we have to move it first to Upload folder and the run “download http:server/Upload/test.log”?