mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +03:00
tests: fixup Passiv to Passiv in FTP server response. Is this OK?
This commit is contained in:
parent
80973d9301
commit
5e32139f08
5 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue