Im an Intern, and has been assigned for a certain task, I have two websites that is updated hourly, it is an image of cloud formation of south east asia. The sites are http://intranet.mssinet.gov.sg/pub/mtsat/mtsat.jpg
http://www.brunet.bn.gov/dca/bms/MTSAT_ASIR.jpg the task is for a program that downloads the images hourly to a local directory, but here's some problem: 1. the file's name is the same so wget clobbered it as 1 (need an auto rename or a time stamp on it) 2. wget doesnt check for update by the hour (need the command so that wget always ask if there is something new) 3. My mentor ask if there is another program that displays the files after download automatically (My mentor is not an IT person) any shred of helpfull information is superbly needed and I shall be forever greatful, thank you...
