mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-24 02:55:40 +08:00
Change EPSV reply code to 229
This commit is contained in:
parent
481b9e389f
commit
d9e118e754
@ -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(¶m->sincl))
|
(unsigned)ntohs(*SAPORT(¶m->sincl))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user