vote up 0 vote down star

Is there a way to download the contents of a webpage directory like this without having to click on each folder and download each sourcefile one at a time.

flag
Of a webpage directory you have admin access to, or someone else's? – John W Nov 2 at 17:43
2  
If you are on linux, you can use wget. But this is more of a question for serverfault.com. – Ewan Todd Nov 2 at 17:46
You can download wget for windows as well (GnuWin32). – C. Ross Nov 2 at 17:48

2 Answers

vote up 1 vote down check

If you have Linux/Cygwin, you could do wget -r, which is what I usually do to download entire websites.

If you're using Windows and don't want to install Cygwin you can try this out: http://gnuwin32.sourceforge.net/packages/wget.htm

link|flag
vote up 1 vote down

You want Gnu wget I think.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.