MLSD lowercase name/group
I've been writing support for the MLST/MLSD commands in ioFTPD and tried out a few FTP clients to see how I was doing... During my testing I noticed that FlashFXP was always showing the user and group names in all lowercase...
In the returned properties I'd send UNIX.owner=UserA;UNIX.group=GroupA; but when viewed in the listing FlashFXP showed them as usera and groupa. While property names are case insensitive the case of the property's value should be preserved unless the specification says it doesn't matter for that particular field.
This has implications beyond being visually incorrect as well. I just thought of trying to refer to %o in a custom command and it was all in lowercase which means all such commands will fail for servers like ioFTPD which are case sensitive for user/groupnames...
|