Possible Duplicate:
How can I download an entire website

Is there any software that allows you to download all the links of a website at once?

E.g.: I'm using the w3school.com site and want to download all the PHP tutorials at once.

Someone told me "tglepote".bt I have no idea what it is and Google returns me with nothing.

link|improve this question

25% accept rate
1  
i would strongly discourage "download all the link at once" as it can strain the web server in question (if implemented poorly). Why not just peruse the content online? – Andrew Garrison Apr 29 '10 at 2:55
2  
Not really a SO question at all, but you could try wget or the Down Them All extension for Firefox. – Kitsune Apr 29 '10 at 2:55
@random: I submit that this question is not a dupe. The OP is not asking how to download an entire site, but rather how to extract certain files (e.g., all the .pdf files) from that site. – raven Jun 25 '11 at 17:20
feedback

migrated from stackoverflow.com Apr 29 '10 at 2:58

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by random Apr 29 '10 at 8:23

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

4 Answers

wget --mirror --no-parent http://..../the.page.html

link|improve this answer
feedback

I've had decent luck with the "DownThemAll" extension for firefox: http://www.downthemall.net/

link|improve this answer
That's fantastic! – raven Jun 25 '11 at 17:16
feedback

wget

link|improve this answer
feedback

Free Download Manager has that functionality.

link|improve this answer
feedback

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