diff options
Diffstat (limited to 'tests/ftpserver.pl')
-rw-r--r-- | tests/ftpserver.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 866090888..422c43097 100644 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -125,6 +125,7 @@ my %commandok = ( 'STOR' => 'twosock', 'APPE' => 'twosock', 'REST' => 'twosock', + 'ACCT' => 'loggedin', 'CWD' => 'loggedin|twosock', 'SYST' => 'loggedin', 'SIZE' => 'loggedin|twosock', |