Download PDF files

Lars
11/30/2006 12:12 pm
Sorry for asking a so simple question

How can i download all pdf files from a webserver (in different directories)
and all starting with 4 digits like "0023 - map.pdf".

TIA
Oleg Chernavin
11/30/2006 01:16 pm
What about using a URL like:

http://www.server.com/dir/{:0000..9999} - map.pdf

Best regards,
Oleg Chernavin
MP Staff
Lars
12/01/2006 02:21 am
Great! Thanks.


Now i have a new problem with the filenames, all the pdf:s get the same name in all directorys.
Seems like they all get the name from the first downloaded pdf.

I am using this URL macro:

http://www.server.com/docs{:000..999}/*.pdf
Oleg Chernavin
12/01/2006 04:24 am
* will not work in the starting URL - you have to specify exact filename for PDFs.

Oleg.
Lars
12/01/2006 04:28 am
How can i use filters?
Oleg Chernavin
12/01/2006 04:34 am
Yes. Add .pdf extension to the File Filters - User Defined and make sure that Load from any site is selected in its Location field.

Oleg.