Change EPSV reply code to 229

This commit is contained in:
z3APA3A 2017-06-28 12:33:08 +03:00
parent ee0bb55c06
commit 556681a829

View File

@ -142,7 +142,7 @@ void * ftpprchild(struct clientparam* param) {
); );
} }
else { else {
sprintf((char *)buf, "227 OK (|||%u|)\r\n", sprintf((char *)buf, "229 OK (|||%u|)\r\n",
(unsigned)ntohs(*SAPORT(&param->sincl)) (unsigned)ntohs(*SAPORT(&param->sincl))
); );
} }