FTPRush 2.1.8: Allow List not working

Please post here if you have problems in using FTP Rush.
Post Reply
MaxMustermann
Posts: 2
Joined: Sun Nov 17, 2013 2:14 pm

FTPRush 2.1.8: Allow List not working

Post 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?
MaxMustermann
Posts: 2
Joined: Sun Nov 17, 2013 2:14 pm

Re: FTPRush 2.1.8: Allow List not working

Post by MaxMustermann »

Why does nobody of the support stuff respond to this topic?
Post Reply