Hello, Is it possible to download the file date without downloading the file?
Right now I am using: grep -v "^#" sites.html | wget --spider -o log.txt -i - Basically, I am asking WGET to look through sites.html to see if certain files exist. This gives me an OK and a file size. I would to go one step further and get the file date as well. Thanks
