mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-16 17:59:19 +01:00
Correct line endings in FEAT response
This commit is contained in:
parent
13e9c38512
commit
6ca2bbda45
@ -228,7 +228,7 @@ static int32_t ftp_MODE(client_t *client, char *rest) {
|
||||
}
|
||||
|
||||
static int32_t ftp_FEAT(client_t *client, char *rest) {
|
||||
return write_reply(client, 211, "Features:\n UTF8\n211 End");
|
||||
return write_reply(client, 211, "Features:\r\n UTF8\r\n211 End");
|
||||
}
|
||||
|
||||
static int32_t ftp_OPTS(client_t *client, char *rest) {
|
||||
|
Loading…
Reference in New Issue
Block a user