Fix REST command

This commit is contained in:
Michael Theall 2024-03-16 12:28:49 -05:00
parent ddadc52fe4
commit 503e49854b

View File

@ -2533,7 +2533,7 @@ void FtpSession::REST (char const *args_)
// set the restart offset
m_restartPosition = pos;
sendResponse ("200 OK\r\n");
sendResponse ("350 OK\r\n");
}
void FtpSession::RETR (char const *args_)