So we do set the permission and owner correctly and we do see it in Winscp which uses LIST.
But in FileZilla, something prompts file zilla to send a "OPTS MLST size;modify;type;" which eventually causes apache ftp server to not send perms. -----Original Message----- From: Niklas Gustavsson [mailto:nik...@protocol7.com] Sent: Monday, October 10, 2011 2:15 PM To: ftpserver-users@mina.apache.org Subject: Re: Filezilla sends OPTS MLST size;modify;type; causing missing perms and owners On Mon, Oct 10, 2011 at 8:58 AM, Sachin Shetty <sshe...@egnyte.com> wrote: > I understand that java cannot, but we have a custom FileSystemView and > FtpFile object where we set the owner and the read write flags correctly - > so shouldn't it work then? It should, and if it doesn't then that's a bug. > How do I remove the MLST comand from FEAT, is it a config or do I need to > change the code? You'll need to hack your own message file and configure FtpServer to use it: http://mina.apache.org/ftpserver/messages.html /niklas