I have problem filtering unwanted directories when download
I must use Load files only within the starting directory and below otherwise I cann`t get any files, but of few subdirectories I need only one let`s call it abc.
How can I download only this subfolder and not others. Which filter to use and how
In this case, go to the Project`s Properties dialog | URL Filters | Directory, select Custom configuration and add the following to the Included directory keywords list:
^/abc/$
This will mean to download exactly from /abc/ and not any of other folders or subfolders.
Do not forget to click the OK button to save the change.
Best regards,
Oleg Chernavin
MP Staff
> > In this case, go to the Project`s Properties dialog | URL Filters | Directory, select Custom configuration and add the following to the Included directory keywords list:
> > ^/abc/$
> > This will mean to download exactly from /abc/ and not any of other folders or subfolders.
> > Do not forget to click the OK button to save the change.
> > Best regards,
> Oleg Chernavin
> MP Staff
Thank You Oleg for fast response but this is what I already done and in that case I didn`t have any hit since explorer cann`t get links. It must be as I already wrote - Load files only within starting directory and below - anything else and I can`t get files.
Is there any other way maybe in URL filters - disable URL from downloading ( I tried - no luck ) or content filter - the same.
I actually download from one password protected site and pass probably won`t last enough to send project.
Thanks
Oleg.