How can I download this?

Leroy Casterline
07/02/2004 01:17 pm
I want to download the files in a URL of the form?

www.mysite.com/?section=/helpdocs

If I set a Directory URL Filter for my project with "Load files only from the starting directory and below" checked, OEP starts downloading everything under www.mysite.com.

Is it possible to just grabe the helpdocs section?
Oleg Chernavin
07/04/2004 04:48 pm
The URL part after the ? symbol is being considered as a part of a filename, not path, because it is actually a list of parameters passed to a file. So, to load only that section, please use the URL Filters | Filename | Custom configuration. Add the following keyword to the Included filename keywords list:

helpdocs

Click OK button to save the change. This should work.

Best regards,
Oleg Chernavin
MP Staff
Leroy Casterline
07/05/2004 01:35 pm
> The URL part after the ? symbol is being considered as a part of a filename, not path, because it is actually a list of parameters passed to a file. So, to load only that section, please use the URL Filters | Filename | Custom configuration. Add the following keyword to the Included filename keywords list:
>
> helpdocs
>
> Click OK button to save the change. This should work.
>
> Best regards,
> Oleg Chernavin
> MP Staff

Thanks, Oleg. Seems to be working file.
Oleg Chernavin
07/05/2004 03:12 pm
Good!

Oleg.