diff --git a/source/ftpSession.cpp b/source/ftpSession.cpp index 6ff2d49..3c815e3 100644 --- a/source/ftpSession.cpp +++ b/source/ftpSession.cpp @@ -2743,7 +2743,7 @@ void FtpSession::USER (char const *args_) return; } - sendResponse ("502 Invalid user\r\n"); + sendResponse ("430 Invalid user\r\n"); } // clang-format off