How to Copy or Replace files

Hi, I have to update an application by replacing some files, how can I copy and replace these files using software delivery or any other option within BigFix?

Thank you

You should prefetch the files in actionscript. A prefetch can either download the files directly from the internet if it is available publicly, or from a webserver internal to your org, or the files can be uploaded to the root server and the prefetch can download the files from there.

Once the files are downloaded using the prefetch mechanism, they can be copied into place using subsequent commands. If it is just a few files, you could use actionscript delete & copy commands, otherwise you could use a DOS or BASH script depending on the OS in question.

Similar Examples: