elecharny commented on PR #17:
URL: https://github.com/apache/mina-ftpserver/pull/17#issuecomment-1088000894

   Hi Artur,
   
   it's more complicated that what I thought. Actually, the handling of the 
OPTS_MLST command is not properly done. Looking at the RFC, there are syntax 
errors that are not checked. Looking 
[at](http://tools.ietf.org/html/rfc3659#section-7.9), we should get an error 
when sending such a request:
   
   `
   C> opts MLst unique type;
   S> 501 Invalid MLST options
   `
   
   Actually, we don't...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to