Creating links to download specific content

cyf
05/29/2008 08:52 pm
Is there anyway to generate a list of URLs to download using a set range of numbers?

http://server.com/directory/somepage.html#[number]

where [number] can be specified using an expression (e.g., "1:200" to specify the numbers from 1 to 200)?

Also, is the browser identification that is sent to the target webserver specific to the project? Or is it the same one that is set for all the projects.
Oleg Chernavin
05/30/2008 04:36 am
Ys, this is easy. This is called URL Macros:

http://server.com/directory/somepage.html{:1..200}

You may read more about all macros in the Help file.

Browser identification is global (in the Ribbon - Internet tab and in the Options dialog). But you can add the following line to the Project''s URLs field to override this:

UserAgent=Offline Explorer/5.0

Best regards,
Oleg Chernavin
MP Staff