mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-13 13:57:26 +00:00
Change EPSV reply code to 229
This commit is contained in:
parent
ee0bb55c06
commit
556681a829
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue