Hi
I am new to Bigfix products. I am trying to use Bigfix to distribute files to the client workstations. I use BFArchive.exe to package the files, but I do not know to to distribute them to the clients. I read about the prefetch and download commands but they seems to require a url argument.
How do I get the clients to get the files from the BF server?
The easiest way is to use the “Manage Software Distribution” wizard. That takes care of uploading the files from your Console to the server (it archives them as well, so you don’t need to run bfarchive manually).
You could also upload them via the REST API, using the /api/upload resource. There’s a reference on the REST API at https://developer.bigfix.com that should be helpful.