[quote="Sam"]Yes, but as I suggested, you'll have to create an admin service that accepts HTTP requests from the client machines, downloads the appropriate update file on your server, and then forwards that file to the client machine.[/quote]
Sorry maybe I left it out before but I actually wanted to store the client's updates on the server that way the server would have all the updates that client needs. I know that is possible due to the file:// location that you can pass in as a download site. My only problem with that is that I wanted to reduce the amount of updates the server had to keep hold of. So in this current version, due to your previous comments, that means there is no way to accomplish that?
So instead of the updates being hosted on a remote website or server, and the local server acting as a proxy for the client to get to those updates, I wanted to have the local server host the updates for the client. I was just trying to figure out a way to decrease the amount of updates the local server has to hold.