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-rr- 1 dkilzer Domain Users 0 Feb 13 17:20 foo.001
rw-rr- 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.