Question:

How to download entire folder from esnips? The folder contains 24 pdf files.

by  |  earlier

0 LIKES UnLike

How to download entire folder from esnips? The folder contains 24 pdf files.

 Tags:

   Report

1 ANSWERS


  1. Hello, there are several ways to do that. If you google for it you'll find bunch of confusing methods. The easiest way (imho) is to download the program called 'wget'

    Go to http://sourceforge.net/project/showfiles...

    download the wget.***.exe file (4th download)

    then install, by clicking, next, next, etc

    after that, (here's the little tricky part)

    if you use windows, open the command prompt (start/programs/application/commandpromp...

    then you have to move by a series of commands to the folder files/gnuwget32/bin folder.

    to do that, write dir .. (and press enter) and you'll move to the previous directory [it'll show], and write dir .. again until you're in C:\ (or whatever disk label you have)

    then you have to type:

    cd Prog[tab]GNU[tab]bin

    (write exactly as shown, in place of [tab] press the Tab button on your keyboard.)

    now you're in the proper directory, then you have to type this command:

    wget -H -r --level=1 -k -p http://somewebsite.com/andfoldertodownlo...

    and all files within that folder will be downloaded to programfiles/gnuwget32/bin

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.