mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
test the EPRT/LPRT/PORT somewhat more
This commit is contained in:
parent
aacc79a3a3
commit
cf38a4c470
@ -33,9 +33,9 @@ data blobb
|
|||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
<strippart>
|
<strippart>
|
||||||
s/^EPRT .*/EPRT stripped/
|
s/^(EPRT \|1\|127.0.0.1).*/$1/
|
||||||
s/^LPRT .*/LPRT stripped/
|
s/^(LPRT 4,4,127,0,0,1,).*/$1/
|
||||||
s/^PORT .*/PORT stripped/
|
s/^(PORT 127,0,0,1,).*/$1/
|
||||||
</strippart>
|
</strippart>
|
||||||
<protocol>
|
<protocol>
|
||||||
USER anonymous
|
USER anonymous
|
||||||
@ -43,13 +43,13 @@ PASS curl_by_daniel@haxx.se
|
|||||||
PWD
|
PWD
|
||||||
CWD a
|
CWD a
|
||||||
CWD path
|
CWD path
|
||||||
EPRT stripped
|
EPRT |1|127.0.0.1
|
||||||
LPRT stripped
|
LPRT 4,4,127,0,0,1,
|
||||||
PORT stripped
|
PORT 127,0,0,1,
|
||||||
TYPE I
|
TYPE I
|
||||||
SIZE 212
|
SIZE 212
|
||||||
RETR 212
|
RETR 212
|
||||||
PORT stripped
|
PORT 127,0,0,1,
|
||||||
TYPE I
|
TYPE I
|
||||||
SIZE 212
|
SIZE 212
|
||||||
RETR 212
|
RETR 212
|
||||||
|
Loading…
Reference in New Issue
Block a user