Incorrect response code on MKD
------------------------------
Key: FTPSERVER-102
URL: https://issues.apache.org/jira/browse/FTPSERVER-102
Project: FtpServer
Issue Type: Bug
Components: Core
Environment: not applicable
Reporter: Hans Aikema
Priority: Minor
Attachments: MKD.java
The MKD (makedir) command issues a response-code 250 upon success.
According to RFC 959 (http://www.ietf.org/rfc/rfc0959.txt) the MKD command
should issue a 257 upon success
affects org.apache.ftpserver.command.MKD.java and
org/apache/ftpserver/message/FtpStatus.properties
note: FtpStatus_zh-tw.properties already lists the correct success response
code for MKD, However it will never be found by the FTPServer since it's
looking for the message for response-code 250 on the MKD command
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.