ftpd: "opts utf8 on"
This commit is contained in:
parent
8858fdf15f
commit
e9c8ef5e16
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ optscmd(char *arg)
|
|||
}
|
||||
if(p = strchr(arg, ' '))
|
||||
*p = 0;
|
||||
if(cistrcmp(arg, "UTF-8") == 0){
|
||||
if(cistrcmp(arg, "UTF-8") == 0 || cistrcmp(arg, "UTF8") == 0){
|
||||
reply("200 Command okay");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue