tests: fixup Passiv to Passiv in FTP server response. Is this OK?

This commit is contained in:
Viktor Szakats 2025-07-12 17:21:58 +02:00
parent 80973d9301
commit 5e32139f08
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
5 changed files with 4 additions and 5 deletions

View file

@ -10,7 +10,7 @@ connect to non-listen
<reply>
<servercmd>
# Assuming there's nothing listening on port 1
REPLY EPSV 229 Entering Passiv Mode (|||1|)
REPLY EPSV 229 Entering Passive Mode (|||1|)
</servercmd>
<data>
here are some bytes

View file

@ -8,7 +8,7 @@ FTP
# Server-side
<reply>
<servercmd>
REPLY PASV 227 Entering Passiv Mode (1216,256,2,127,127,127)
REPLY PASV 227 Entering Passive Mode (1216,256,2,127,127,127)
</servercmd>
</reply>

View file

@ -8,7 +8,7 @@ FTP
# Server-side
<reply>
<servercmd>
REPLY EPSV 229 Entering Passiv Mode (|||1000000|)
REPLY EPSV 229 Entering Passive Mode (|||1000000|)
</servercmd>
</reply>