how to accomplish this (explained better in the post) sorry/

XtremeMaC
09/11/2005 12:35 am
i was wondering if the following was possible
i am downloading a webpage that has several links.
like www.test.com/index.html has links like
www.test.com/subfolder_00/index.html
www.test.com/subfolder_01/index.html
www.test.com/subfolder_02/index.html

and in each of those html`s (www.test.com/subfolder_00/index.html) there are links like
www.test.com/subfolder_00/image1.jpg
www.test.com/subfolder_00/test.zip
www.test.com/subfolder_00/test2.rar

www.test.com/subfolder_01/image1.jpg
www.test.com/subfolder_01/test.zip
www.test.com/subfolder_01/test2.rar

how can i alter offline explorer to go 1 by 1 in which i mean

www.test.com/index.html
completed downloading main index
links found on the page as following
www.test.com/subfolder_00/index.html
www.test.com/subfolder_01/index.html
www.test.com/subfolder_02/index.html

downloading the first link`s files:
www.test.com/subfolder_00/index.html
www.test.com/subfolder_00/image1.jpg
www.test.com/subfolder_00/test.zip
www.test.com/subfolder_00/test2.rar
completed
downloading the second link`s files
www.test.com/subfolder_01/image1.jpg
www.test.com/subfolder_01/test.zip
www.test.com/subfolder_01/test2.rar

right now it downloads
www.test.com/index.html
www.test.com/subfolder_00/index.html
www.test.com/subfolder_01/index.html
www.test.com/subfolder_02/index.html
www.test.com/subfolder_00/image1.jpg
www.test.com/subfolder_00/test.zip
www.test.com/subfolder_00/test2.rar
www.test.com/subfolder_01/image1.jpg
www.test.com/subfolder_01/test.zip
www.test.com/subfolder_01/test2.rar

i hope u got the picture...

Thanks!!
Oleg Chernavin
09/12/2005 02:51 am
This is easy! Simply add the following line to the Project`s URLs field:

Additional=DepthFirst

This will do the job.

Best regards,
Oleg Chernavin
MP Staff
XtremeMaC
09/12/2005 03:29 am
wow that is easy

thanks
> This is easy! Simply add the following line to the Project`s URLs field:
>
> Additional=DepthFirst
>
> This will do the job.
>
> Best regards,
> Oleg Chernavin
> MP Staff
Oleg Chernavin
09/12/2005 03:39 am
You are welcome!

Oleg.