| > Is it possible to filter on the timestamp?> I have a directory with a lot of
directories and files,
and
> I want to download only these directories and files with
a
> specific time-stamp (e.g. within the last 2 weeks)
Err, not really ; especially because you have to get all
html files to be sure that you did not miss any links
(crawling is more like to clear of undergrowth on the
jungle - I don't know if my english is understandable).
It might be possible to filter on the date for regular
files (gif, zip..) but this would require some dirty hack
(breaking the connection if the remote date sent is beyond
a certain point)
| |