On Mon 23 Sep 2002, Dan Jacobson wrote: > I want to get the newest logfile once a week from my website, so I > have this monitored once a week: > >http://localhost:8080/refresh-recurse/?url=ftp://europa.affordablehost.com/oldlogs/;depth=1;limit=ftp://europa.affordablehost.com/oldlogs/ > > however, wwwoffle-ls ftp://europa.affordablehost.com/ > proves that it gets _all_ the logfiles there, including the ones it > got last time. version: 2.7d
And how are there logfiles named? Are they rotated? I.e., this weeks' log.2.gz will be next week's log.3.gz? If so, it's not strange that they're all fetched... How is wwwoffle to know the difference between a rename and a completely new file? Of course, if the logs are named by date, and not touched at all in between fetches, then there's something else going on. Perhaps the ftp daemon doesn't show the dates in a "normal" fashion. Paul Slootman
