mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-04 20:15:09 +01:00
Change initiator msg from 200 to 220
This commit is contained in:
parent
9d2a3906f3
commit
f7156e8ca9
@ -748,7 +748,7 @@ ftp_session_new(int listen_fd)
|
||||
session->cmd_fd = new_fd;
|
||||
|
||||
/* send initiator response */
|
||||
rc = ftp_send_response(session, 200, "Hello!\r\n");
|
||||
rc = ftp_send_response(session, 220, "Hello!\r\n");
|
||||
if(rc <= 0)
|
||||
ftp_session_destroy(session);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user