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

Add AUTH, PBSZ, PROT, and CCC to HELP. Also, add CCC to FEAT

parent 1dcc7eac
No related branches found
No related tags found
No related merge requests found
......@@ -2755,7 +2755,7 @@ static void ctrl_thread(void* arg)
sockprintf(sock,sess," QUIT REIN PORT PASV LIST NLST NOOP HELP");
sockprintf(sock,sess," SIZE MDTM RETR STOR REST ALLO ABOR SYST");
sockprintf(sock,sess," TYPE STRU MODE SITE RNFR* RNTO* DELE* DESC#");
sockprintf(sock,sess," FEAT# OPTS# EPRT EPSV");
sockprintf(sock,sess," FEAT# OPTS# EPRT EPSV AUTH# PBSZ# PROT# CCC#");
sockprintf(sock,sess,"214 Direct comments to sysop@%s.",scfg.sys_inetaddr);
continue;
}
......@@ -2768,6 +2768,7 @@ static void ctrl_thread(void* arg)
sockprintf(sock,sess," AUTH TLS");
sockprintf(sock,sess," PBSZ");
sockprintf(sock,sess," PROT");
sockprintf(sock,sess," CCC");
sockprintf(sock,sess,"211 End");
continue;
}
......
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