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!!
Additional=DepthFirst
This will do the job.
Best regards,
Oleg Chernavin
MP Staff
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.