DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38634>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38634

           Summary: UnixFTPEntryParser fails to parse Cygwin proftpd output
                    when group names contain spaces
           Product: Commons
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Net
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Running proftpd under Cygwin on Windows XP reports itself as UNIX-type server
using the "system" command:

ftp> system
215 UNIX Type: L8

Unfortunately Windows allows spaces in group names, so UnixFTPEntryParser fails
to parse directory output like the following:

ftp> dir
200 PORT command successful
150 Opening ASCII mode data connection for file list
-rw-r--r--   1 dkilzer  Domain Users        0 Feb 13 17:20 foo.001
-rw-r--r--   1 dkilzer  Domain Users        0 Feb 13 17:35 foo.002
226 Transfer complete.

The expected behavior is that it will find two files listed.

The actual behavior is that it reports no files in the directory.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to