ftpserver.pl fixup msg

This commit is contained in:
Viktor Szakats 2026-07-30 11:12:54 +02:00
parent a09a20f5f8
commit a9bfe2d47b
No known key found for this signature in database

View file

@ -2574,7 +2574,7 @@ sub PASV_ftp {
sendcontrol sprintf("229 Entering Passive Mode (|||%d|)\r\n", $pasvport);
}
logmsg "Client has been notified that DATA conn ".
logmsg "Client has been notified that upcoming DATA connection ".
"is accepted on port $pasvport\n";
if($nodataconn) {