Page 1 of 1

FTPRush 2.1.8: Allow List not working

Posted: Sun Nov 17, 2013 2:24 pm
by MaxMustermann
Hello,

i am trying to get the allow list to work since rather than filtering unwanted directories i want to queue whole folder and FTPRush to let pass only those matching a specified pattern, but i can't get this to work. All my tryings fail. Even this simple one:

Code: Select all

*Affin*
X This is a Regular Expression
X Folder
This filter does not block the one directory of those two not containing the term 'Affin'
Test1_-_This-(Affin)-ABC
Test2_-_This-XYZ
I checked the knowledge base and found only two topics of that kind, Filters / RegEx / Skip and latest nightly doesn't like drftpd. After reading the first topic i simplified my initial pattern

Code: Select all

*(Affin|HHMA|JLY)*
X This is a Regular Expression
X Folder
to the one shown above, but that does not change anything.

What is the problem?
Which regex kind is accepted? Perl? Java? PHP?
Is usage of positive/negative lookahead allowed?

Would you mind to provide a working example, please?

Re: FTPRush 2.1.8: Allow List not working

Posted: Thu Apr 03, 2014 4:22 pm
by MaxMustermann
Why does nobody of the support stuff respond to this topic?