- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] How to Use "wget" to download all files ?
- From: Lindsay Holmwood <holmwood_l@xxxxxxxxxxx>
- Date: 26 May 2003 17:12:35 +1000
- Organization:
On Sat, 2003-05-24 at 12:22, Louis Selvon wrote:
> wget http://www.domain.com/dir/*
> wget http://www.domain.com/dir/*.*
> wget -r http://www.domain.com/dir/*.*
"wget -m http://www.domain.com/dir" might be what your are looking for.
It's the equivalent command for "wget -r -N -l inf -nr", which turns on
recursion, time-stamping, sets infinite recursion depth and keeps FTP
directory listings.
> >From the man page of "wget", I can't find a switch to meet
> my requirements.
Perhaps you were not looking hard enough? :P
I hope this helps,
Lindsay