mirror of
https://github.com/curl/curl.git
synced 2026-07-27 03:57:16 +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
1
.github/scripts/codespell-ignore.txt
vendored
1
.github/scripts/codespell-ignore.txt
vendored
|
|
@ -12,7 +12,6 @@ inout
|
|||
nome
|
||||
numer
|
||||
PASE
|
||||
Passiv
|
||||
perfec
|
||||
proxys
|
||||
seh
|
||||
|
|
|
|||
2
.github/scripts/typos.toml
vendored
2
.github/scripts/typos.toml
vendored
|
|
@ -8,7 +8,7 @@ extend-ignore-identifiers-re = [
|
|||
"(ben|CNA|ECT|EDE|Jod|kno|MEK|Ned|noo|nto|ser|Typ|URE)",
|
||||
"(admi|alue|CLEA|clen|GOST|HELO|helo|htpt|PASE)",
|
||||
"(HEADE|numer|optin|stati)",
|
||||
"(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT)",
|
||||
"(Januar|passin|perfec|PUNICODE|TEMPLAT)",
|
||||
]
|
||||
|
||||
extend-ignore-re = [
|
||||
|
|
|
|||
|
|
@ -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