Skip to content
Snippets Groups Projects
Commit f09ccb1b authored by deuce's avatar deuce
Browse files

Add a comment regarding the unimplemented STAT command

parent d8637c43
No related branches found
No related tags found
No related merge requests found
......@@ -4872,6 +4872,7 @@ static void ctrl_thread(void* arg)
,sock,user.alias,cmd);
ftp_hacklog("FTP", user.alias, cmd, host_name, &ftp.client_addr);
}
// TODO: STAT is mandatory
sockprintf(sock,sess,"500 Syntax error: '%s'",cmd);
lprintf(LOG_WARNING,"%04d !UNSUPPORTED COMMAND from %s: '%s'"
,sock,user.alias,cmd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment