Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I want to open this in a client, because I have to download an entire folder without clicking every single file.
That looks similar to FTP, but if I try to open http://files.compilingpw.com, FileZilla tells me 331 Password required for anonymous.

Is there any specific client, plugin, or any other way to download entire folders?

share|improve this question

closed as off topic by Eight Days of Malaise, Alex, ChrisF May 29 '12 at 22:00

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

I don't know of any browser plugin, but there are plenty of standalone programs.

If I was doing this, I would use the following command:

wget -r http://files.compilingpw.com/PWsoundtrack/

Where wget is a command line utility. (See http://www.gnu.org/software/wget/ for more details.)

If you prefer a graphical interface, you could try HTTrack.

share|improve this answer

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