From: R Kimber

> If I have a series of files such as
> 
> http://www.stirling.gov.uk/elections07abcd.pdf
> http://www.stirling.gov.uk/elections07efg.pdf
> http://www.stirling.gov.uk/elections07gfead.pdf
>  
> etc
> 
> is there a single wget command that would download them all, or would I
> need to do each one separately?

   It depends.  As usual, it might help to know your wget version and
operating system, but in this case, a more immediate mystery would be
what you mean by "them all", and how one would know which such files
exist.

   If there's a Web page which has links to all of them, then you could
use a recursive download starting with that page.  Look through the
output from "wget -h", paying particular attention to the sections
"Recursive download" and "Recursive accept/reject".  If there's no such
Web page, then how would wget be able to divine the existence of these
files?

   If you're running something older than version 1.10.2, you might try
getting the current released version first.

------------------------------------------------------------------------

   Steven M. Schweda               [EMAIL PROTECTED]
   382 South Warwick Street        (+1) 651-699-9818
   Saint Paul  MN  55105-2547

Reply via email to