LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Downloading all the .zips on this site (https://www.linuxquestions.org/questions/programming-9/downloading-all-the-zips-on-this-site-293087/)

Baix 02-21-2005 03:01 PM

Downloading all the .zips on this site
 
Hey all,
I've been trying to figure out a way to help my mom get the all the .zip from http://www.annthegran.com/free_designs.html. All the files seem to be stored in http://www.annthegran.com/Archives/Archive*/*.zip however
1. I don't know of anyway to use wildcards in wget...though i have seen people use scripts to do so.
2. you need to go directly to the file to download it...so you can go to http://www.annthegran.com/Archives/A...kyAlphabet.zip but not http://www.annthegran.com/Archives/Archive019
I'm sorry if this is the wrong forum for this but if anyone can help me figure out a script to do this it would be much appreciated!

hamish 02-21-2005 03:05 PM

Hey
what about trying:
$ wget -m http://www.annethegran.com/Archieves/

this should mirror the site from the Archieves directory downwards.

Hamish

Baix 02-21-2005 03:20 PM

EDIT: Fixed a LOT of errors:

Code:

Downloaded: 0 bytes in 0 files
bash-2.05b$ wget -m http://www.annthegran.com/Archives/
--16:20:59--  http://www.annthegran.com/Archives/
          => `www.annthegran.com/Archives/index.html'
Resolving www.annthegran.com... 206.222.88.179
Connecting to www.annthegran.com[206.222.88.179]:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
16:20:59 ERROR 403: Forbidden.


FINISHED --16:20:59--
Downloaded: 0 bytes in 0 files


hamish 02-21-2005 03:38 PM

mmm, I guess they don't like you doing that then!! :)

I guess it might be that they don't let you into the directories where they stored the zip files, unless you specifically request the file.

hamish

Baix 02-21-2005 04:06 PM

lol noticed that :)
Quote:

2. you need to go directly to the file to download it...so you can go to http://www.annthegran.com/Archives/...okyAlphabet.zip but not http://www.annthegran.com/Archives/Archive019

Baix 02-21-2005 06:28 PM

Well not exactly solved (though I really do like that -m option, just used it for another site) but I downloaded BlackWidow for windows and downloaded all 6,000+ files (Can you believe she was doing them one at a time!?)

hamish 02-22-2005 02:34 AM

glad you got it working.

hamish


All times are GMT -5. The time now is 01:49 AM.