Please help to configure "including" filter

Sergey
10/12/2004 04:39 am
Hello,
Could you please help me to write correct include statement?
I need to download files which look like:

http://www.test.com/private/collect/displayimg.html?
d=/private/collect/test17/1995_99/test_test/images/test.jpg

I must to limit OE with URLs with "/test17/"...And what filter should I use - files or folders?
Thank you in advance,

Best wishes,
Sergey
Oleg Chernavin
10/12/2004 09:15 am
Just place /test17/ to the Included list in URL Filters | Filename. Everything after the ? symbol in a URL belongs to the filename part.

Best regards,
Oleg Chernavin
MP Staff
Sergey
10/12/2004 10:59 am
Thank you!
Oleg, in this case, I don`t need to include /private/collect/ in directory list?
In other words, will be URL downloaded if /test17/ only will be included in file filter and no extra record added in directory part?

http://www.test.com/private/collect/displayimg.html?
d=/private/collect/test17/1995_99/test_test/images/test.jpg


> Just place /test17/ to the Included list in URL Filters | Filename. Everything after the ? symbol in a URL belongs to the filename part.
>
> Best regards,
> Oleg Chernavin
> MP Staff
Oleg Chernavin
10/12/2004 11:06 am
No, you don`t need anything, because the /test17/ combination will be not a part of URLs in some other directory. But if it may be in other directories, then use:

http://*/*private/collect*/*test17*

Oleg.