|
From: Greg C. <gch...@sb...> - 2011-02-03 22:50:18
|
On 2011-02-03 22:02Z, Mike Deverin wrote: > > What I would really like to do is to: > > 1) automatically interrogate the file-tree-structure from > [some URL] downward, > > 2) and dump all ".HTM" files found into a directory of my > choosing, and name them "000001.HTM", "000002.HTM", etc. Use 'wget'. These instructions for GNU/Linux: http://www.ehow.com/how_7211150_download-pages-linux.html ought to work with MSYS, too. Type 'man wget' to see more options. |