Page 1 of 1

Filters

Posted: 2018-03-06 11:31
by benmo7a
Hi everyone

I'm using filezilla to download an ftp directory to my laptop. I would like to avoid downloading 2 things :
- video files with extension .mp4 and .mov
- folders not containing "/fr/" or "/en/"

I tried to put filter on file name and paths but it doesn't work. Can you please help me?

Thanks a lot

Re: Filters

Posted: 2018-03-06 16:04
by botg
Doable with regular expressions. Alternatively 4 filters, one for each combination of filename and path.

Re: Filters

Posted: 2018-03-07 07:54
by benmo7a
Can you please tell me more? I never used before regular expressions

Re: Filters

Posted: 2018-03-07 08:10
by botg
\.(mov|mp3)$
/(fr|en)/

Re: Filters

Posted: 2019-02-02 15:04
by WV-Mike
Greetings,
When downloading I want to exclude all .jpg files and all files starting with "photo" as in "photo0000001.php"
I have tried using two different filters but they do not work.

Screen shots: http://epicroadtrips.us/fz-filters/

Any suggestions?

Thanks,
WV-Mike

Re: Filters

Posted: 2019-02-02 21:02
by boco
1. Use the version with two separate filters. You can restrict them to applying only to filenames, else directories would be filtered also.
2. Use "Filename begins with" and "Filename ends with", respectively, to get greater filter accuracy.
3. The filter condition must be "Filter out items matching any of the following. The one selected in your screens filters only items matching all, that means containing "photo" AND ".jpg".
4. Make sure the filter is not only defined, but also checked. The filter feature itself must be enabled, too.
5. Next time, please attach your images directly.

Re: Filters

Posted: 2019-02-02 22:28
by WV-Mike
Image

The above works for what I need to do.
Thanks,
WV-Mike
----------------
>Re: Filters
> by boco ยป 2019-02-02 14:02

>1. Use the version with two separate filters. You can restrict them to applying only to filenames, else directories would be filtered also.
>2. Use "Filename begins with" and "Filename ends with", respectively, to get greater filter accuracy.
>3. The filter condition must be "Filter out items matching any of the following. The one selected in your screens filters only items matching all, that means containing "photo" AND ".jpg".
>4. Make sure the filter is not only defined, but also checked. The filter feature itself must be enabled, too.
>5. Next time, please attach your images directly.