Change EPSV reply code to 229

This commit is contained in:
z3APA3A 2017-06-28 12:33:08 +03:00
parent 481b9e389f
commit d9e118e754

View File

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