diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 743d09a0c..4807a1fef 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -2760,7 +2760,7 @@ sub customize { logmsg "FTPD: Getting commands from log/ftpserver.cmd\n"; while() { - if($_ =~ /REPLY \"([A-Z]+ [A-Za-z0-9+-\/=\*]+)\" (.*)/) { + if($_ =~ /REPLY \"([A-Z]+ [A-Za-z0-9+-\/=\*. ]+)\" (.*)/) { $fulltextreply{$1}=eval "qq{$2}"; logmsg "FTPD: set custom reply for $1\n"; }