How can I get wget for this:
Download the file from the say x location only if the local copy of the file has an older timestamp than the one indicated on the file's timestamp at x . This means that it should download the file from the specified location only if there is a newer version of the file.
If there is a newer version of the file, wget should overwrite the file.
Can this be done?
source share