On Mon, Oct 10, 2011 at 5:42 AM, Sachin Shetty <sshe...@egnyte.com> wrote: > Now I see the perms as "elfpcm" for all the files
Please note that FtpServer will not return corrent owner and file permissions for any command, simple as there has been no portable way to do this in Java. With Java 7 this changes and we should look into implementing it. > Is there a way to configure Apache FTP Server to disable MS* commands so > that FileZilla would fall back to LIST? You could try to remove the MLST command from the 211.FEAT message. /niklas