Quick question about wget - the man pages, and the online sites don't appear to cover this very well If I do wget -r http://servername/dir1/dir2/ I would expect it to download the dir2 directory and its subcontents - however, it tries to download the entire site - which I don't want. How can I get wget just to download a subdirectory? Cheers, Tim