I originally posted this as part of the question ... (without a beginner, the postoverflow poster EVER does this;)
because there were a huge number of answers. Here you are:
I managed to come up with the following python script, but any input would be appreciated =) (This is my first hit in python code, so there might be a better way)
import os import urllib2 import urllib cmServerURL = 'http://<serverURL>:<port>/<path-to-cache.manifest>'
rockhowse
source share