UnixFTPEntryParser does not handle character/block special devices properly
---------------------------------------------------------------------------
Key: NET-201
URL: https://issues.apache.org/jira/browse/NET-201
Project: Commons Net
Issue Type: Bug
Reporter: Sebb
The following is a valid entry from a FreeBSD system:
crw-r----- 1 root kmem 0, 27 Jan 30 11:42 kmem
This causes a parse error, because the regular expression does not allow for
the major and minor device numbers.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.