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
ee0bb55c06
commit
556681a829
@ -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(¶m->sincl))
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user