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?
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
> 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.