Results 1 to 3 of 3
Hey how do I download a whole directory from a website?...
- 03-29-2009 #1
how do i wget a directory?
Hey how do I download a whole directory from a website?
- 03-29-2009 #2
It would be something along the lines of
Depending on what you want, there are other useful options, such as adding --no-parent.Code:wget -r -l2 www.mysite.com
GNU Wget Manual - GNU Project - Free Software Foundation (FSF)
- 04-01-2009 #3
The best way to figure this one out, is to
man wget
/recursive
and press the N key until you see a command line switch ( it is -r or --recursive for wget .)
You can do this with almost any command in linux. type `man command` and search for a string `/string` recursive is just the term used to do what you described.New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4


Reply With Quote