mirror of
https://github.com/mtheall/ftpd.git
synced 2025-06-18 19:15:33 -04:00
Fix REST command
This commit is contained in:
parent
ddadc52fe4
commit
503e49854b
@ -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_)
|
||||
|
Loading…
Reference in New Issue
Block a user