Posted on 11-13-2017 08:00 AM
What is the easiest way to add a file for download to the JSS web server? We basically want to have https://my.jss.org:8443/path/to/quickadd.zip
We have machines that for various reasons are not communicating with the JSS and the easiest way to fix it seems to be to implement the Der Flounder caspercheck script. It requires that the quickadd sit on a web server and we want to store it on the JSS. Easiest would be to just drop it on the web server that is already running and have it become immediately available. Barring that, if someone has an example simple config change to point to a new virtual directory I would much appreciate some guidance.
Posted on 11-13-2017 09:01 AM
I just put mine in my Casper share directory so it ends up being http://my.jss.com:8443/packages/quickadd.zip
Posted on 11-13-2017 10:13 AM
We aren't running a share on the JSS itself and our share servers are smb only, no http/https so that would not work for us.