How can I download very Big site

Jacques
08/16/2005 12:42 pm
The site I want to download is http://members.fetishpack.com and contains about 180.000 pictures with picheigh greater than 240 pixels. With OLE 3.9 the files I am interested are located in .../imgserv/data/50/...... till/data/7800/.....jpg.
OLE 3.9 loads lots of files (about 600.000) I did`nt need like /imgserv/showphoto.php?...
and /imgserv/slideshow.php?...
and consumes 5 Gigabites and many hours in this downloading.
How can I only download the pics I want /imgserv/data/50... till/data/7800...
Please can someone give me a clear explanation how to download only those wanted files.
Lot of thanks for Your help.
Oleg Chernavin
08/17/2005 06:51 am
I am not familiar with the site structure, but you can try to use URL macros, like:

http://...../imgserv/data/{:50..7800}/{:1..1000}.jpg.

Would that help you?

Best regards,
Oleg Chernavin
MP Staff
Jacques
08/17/2005 08:29 pm
> I am not familiar with the site structure, but you can try to use URL macros, like:
>
> http://...../imgserv/data/{:50..7800}/{:1..1000}.jpg.
>
> Would that help you?
>
> Best regards,
> Oleg Chernavin
> MP Staff


Dear Oleg,
Thanks a lot for your advice.
I tested your proposal http://members.fetishpack.com/imgserv/data/{:50..7806}/{:1..1000}.jpg
It works very fine for the data exploring 50 till 7806 but don`t work with the JPG conditions.
Al JPG`s starts with a "1" but they can be 1000456.jpg or 1Grr000456.jpg, what is than the method to explore all the possibilities.
Again thanks for your help
Oleg Chernavin
08/18/2005 06:29 am
What about these:

http://members.fetishpack.com/imgserv/data/{:50..7806}/1000{:001..999}.jpg
http://members.fetishpack.com/imgserv/data/{:50..7806}/1Grr{:001..999}.jpg

?

Oleg.