in reply to Re^3: How to get web creation date from webserver?
in thread How to get web creation date from webserver?

Dear holli,

Is it possible that any tool for linux. And also, i want to check automatically and based on that i want to run perl file to download. If based on webmon means i have to check daily anyother way to get information automatically the changes made in the page information Thanks.

  • Comment on Re^4: How to get web creation date from webserver?

Replies are listed 'Best First'.
Re^5: How to get web creation date from webserver?
by davidrw (Prior) on Aug 23, 2005 at 12:11 UTC
    The commandline tool wget supports mirroring of sites (or pages) and has options for getting newer files or not (see man page). As for the "check daily" part, sounds like this should be crontab'd.