diff --git a/src/main.cpp b/src/main.cpp index ae7bd39..a4ab849 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -94,7 +94,7 @@ void ftp::execute() s = stream->line(256); writeLog(stream->get_ip(), s, "BANNER"); - writeClient(stream, "330 Password required to access user account"); + writeClient(stream, "331 Password required to access user account"); s = stream->line(256); writeLog(stream->get_ip(), s, "PASSWORD");