From facaa2e2709a321450c2666459c9c7b9eedf59ed Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 28 Jul 2026 23:44:53 +0200 Subject: [PATCH] ftpserver.pl will --- tests/ftpserver.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 958160646f..3427a937cc 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -2575,7 +2575,7 @@ sub PASV_ftp { } logmsg "Client has been notified that DATA conn ". - "will be accepted on port $pasvport\n"; + "is accepted on port $pasvport\n"; if($nodataconn) { my $str = nodataconn_str(); @@ -2765,7 +2765,7 @@ sub datasockf_state { } elsif($state eq 'PASSIVE_NODATACONN') { # Data sockfilter bound port without listening, - # client will not be able to establish data connection. + # client is not able to establish data connection. $datasockf_state = $state; $datasockf_mode = 'passive'; $datasockf_runs = 'yes';