diff --git a/src/ftppr.c b/src/ftppr.c index 674001a..ce029f8 100644 --- a/src/ftppr.c +++ b/src/ftppr.c @@ -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)) ); }