This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

NCM - configuration download via URL

Hi all. I'm trying to backup the config from a Blue Coat ProxyAV. According to the vendor docs this can only be automated by targeting the following URL:

https://<proxyAV ip>:8082/settings.dat


The doc includes the following notes:

"

You have to ignore the certificate and supply the admin user name and password to retrieve the file.

This can be done fairly easily with Linux using wget.

wget --no-check-certificate -P ./<destination directory>/ --user=admin --password=pass https://<proxyAV ip>:8082/settings.dat

We can automate this by adding it as a cron job. Wget will append a number to each file when it pulls the same file name by default. (please check that your version is the same before relying on this).

"


Is it possible to achieve this natively with NCM?


Thanks