Uploading file from client to server

(imported topic written by SystemAdmin)

Hi folks,

any ideas how to do it?

What I would like to do is to get back a log file to check if my action was really successful and not only that all commands were fired.

(imported comment written by NoahSalzman)

This might be useful:

http://support.bigfix.com/product/documents/Upload_Archive_Manager_80_101211.pdf

Starting with version 4.1, the BigFix introduced the ability to collect multiple files from BigFix Clients into an archive and move them through the relay system to the server. This allows the BigFix Administrator to automatically log data from specific managed computers.

To do this, a new component called the Archive Manager has been added to the BigFix Client which can collect files periodically or on command. It passes the resultant compressed tar-ball to the Upload Manager on the BigFix Client. The Upload Manager has an input directory which queues the files for uploading.

The Upload Manager performs one upload operation at a time, moving the data in manageable chunks to reduce network traffic. It sends these chunks to the nearest BigFix Relay or Server, where the PostFile program reassembles the chunks back into the original file.

PostFile then passes the file up the chain, to the next BigFix Relay or to its ultimate destination at the BigFix Server. It again uses the Upload Manager to slice the file into chunks and send them on to the next PostFile program in the hierarchy. Once the file finally arrives at the BigFix Server, it is saved in a special directory location based on the ID of the client computer.

Along the way, both the Upload Manager and the PostFile program can alter the chunk size or throttle the upload speed to smooth out network traffic.

Hi there,

I’m using REST API to access Bigfix via BES file that contains actions and archive now command.
In command line, I’m using “Archive_Manager” to send log file from client to server( upload manager/sha1/Comp.ID/)

It works fine. But the problem is, sometimes it is possible that multiple .bes file can be posted for
the same target simultaneously that results in multiple archiving. That operation actually replaces the first log file that is being generated at upload manager.

I want both the files. can any one help here.

Any help might can be very helpful. Thanks in Advance.