Posted April 05, 2013
JMich: I think that this wouldn't work, since I'm under the impression that some chunks on the installers were the same. I'll try to shift through the log file and see if I can verify it, but best to do a full md5 hash.
Unless the HTTP-last-modified flag can be used instead, or however the flag is called.
I could use the timestamp from the XML data that can be obtained via the API. Unless the HTTP-last-modified flag can be used instead, or however the flag is called.
However I suppose trying to match that with the timestamp of the local file isn't going to work.
edit:
I could start saving the XML data when the file is downloaded. That way it would be possible to compare the current XML data to it and if there are any changes then the file has been updated.
Post edited April 05, 2013 by Sude