ftpserver: support case insensitive commands
This commit is contained in:
Родитель
38ab7b4ccb
Коммит
b20df57326
|
@ -3193,7 +3193,7 @@ while(1) {
|
|||
}
|
||||
|
||||
# only perform this if we're not faking a reply
|
||||
my $func = $commandfunc{$FTPCMD};
|
||||
my $func = $commandfunc{uc($FTPCMD)};
|
||||
if($func) {
|
||||
&$func($FTPARG, $FTPCMD);
|
||||
$check = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче