UnixFTPEntryParser does not handle file owner names with spaces ---------------------------------------------------------------
Key: NET-170 URL: https://issues.apache.org/jira/browse/NET-170 Project: Commons Net Issue Type: Bug Affects Versions: 1.4 Environment: observed in v1.4.0 but also affects latest dev version as well windows xp / jboss 4.0.4.GA connecting to Novell Netware FTP server Reporter: Bryn Davies The regex in UnixFTPEntryParser does not cope with the situation where the file owner name contains spaces. A patch was previously submitted to fix group names with spaces but a similar bug also affects the owner name. As a result, a call to FTPClient.listFiles() returns a FTPFile[] which does not contain entries for affected files. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.