-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
if you use a ftp server with "@" in usernames (which is default on Froxlor + proftpd), the regex in class FtpFile doesn't matches:
02:44:58.628 [vert.x-eventloop-thread-0] ERROR java.io.File - line drwxr-xr-x 2 ftp1@example.com EXAMPLE 4096 Dec 15 00:38 client does not match dir re
The problem is this line in class FtpFile:
private static Pattern filere = Pattern.compile("(.)......... +\\d+ +\\d+ +\\d+ +(\\d+) ([A-Z][a-z][a-z] +\\d+ +(?:(?:\\d\\d:\\d\\d)|(?:\\d+))) (.*)");Here, we have to add the "@" in [A-Z][a-z][a-z].
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels