You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Andreas Schörk (JIRA)" <ji...@apache.org> on 2015/09/21 13:01:04 UTC

[jira] [Created] (FTPSERVER-470) Support NLST according to RFC 1123

Andreas Schörk created FTPSERVER-470:
----------------------------------------

             Summary: Support NLST according to RFC 1123
                 Key: FTPSERVER-470
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-470
             Project: FtpServer
          Issue Type: Improvement
            Reporter: Andreas Schörk


Hello,
Having problems using client code working with unix ftpservers on the apache ftpserver I found FTPSERVER-287 and won't fix.

I know, rfc-1123 is not officially supported but the sentence:
{code}
The data returned by an NLST command MUST contain only a
 simple list of legal pathnames, such that the server can use
them directly as the arguments of subsequent data transfer
commands for the individual files.
{code}
i.m.o.means, that the returned names must be usable as arguments for e.g. RETR or DELE. 
With the current implementation this works only if the listed files are in the current working directory.

So I propose to reopen FTPSERVER-287 to support rfc-1123



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)