Mike <[EMAIL PROTECTED]> writes:

> Ok thanks, so the full command sequence to
> get all the files which have an extension of '.txt' from
> http://www.domain.com/subdir1/subdir2  and place them
> in my current directory is:-
> 
> wget -A "*.txt" -r -l l -nd http://www.domain.com/subdir1/subdir2
                     ^^^^

Not `-l l', but `-l 1' (number one).  Also, I'd add a trailing slash
after subdir2, just to be on the safe side.

> I'm a little nervous trying this at my ISP and can't on another
> system yet as I am pretty close to quota and don't want to
> uspet the server in case anything goes nuts    ~`:o
> 
> has anyone on the list used this particular command sequence
> as above ?

It's a pretty standard idiom.

Reply via email to