LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   how to do a wget (https://www.linuxquestions.org/questions/programming-9/how-to-do-a-wget-846005/)

jamesbon 11-23-2010 06:12 AM

how to do a wget
 
I want to download all the folders available here

http://www.cs.fsu.edu/~baker/devices.../ldd-examples/

but when I do a
Code:

wget http://www.cs.fsu.edu/~baker/devices/lxr/source/2.6.25/ldd-examples/
I just get the index.html page what should I be doing so that I can have all those subdirectories also ?

repo 11-23-2010 06:14 AM

Try the -r option
See man wget

Kind regards

stress_junkie 11-23-2010 06:15 AM

You shouldn't use the actual Internet address in your post. You just gave away a lot of information about the configuration of that machine that can be used to attack it.

jamesbon 11-23-2010 07:51 AM

This is quite funny that thing is available publicly on internet so how the information I posted is harmful.


All times are GMT -5. The time now is 09:38 AM.