Page 1 of 1

Download sequential files

Posted: 28 Feb 2010, 06:31
by jrparker16
Could I download sequential files such as

www.xyz.com/files/zip/zipfile0001.zip
www.xyz.com/files/zip/zipfile0002.zip
www.xyz.com/files/zip/zipfile0003.zip
www.xyz.com/files/zip/zipfile0004.zip
.......
.....
...
..
Even if not listed in index.htm?

Thanks,
JR

Re: Download sequential files

Posted: 01 Mar 2010, 09:59
by Maksym
Yes, of course you can do that. You'll need to create a new download project using one of those URLs as a starting address, for example

http://www.xyz.com/files/zip/zipfile0001.zip

Then you must set the target files to

*.zip

After the project is created, open the project properties (menu command Project - Project properties...) and select the Starting addresses section. Here you must add the rest of your starting addresses to the project. In your case I'd suggest clicking the Import / Export URLs button to open the built-in URL generator which can easily generate a lot of sequential addresses in seconds and then add them to the project with a single mouse click.