test the EPRT/LPRT/PORT somewhat more

This commit is contained in:
Daniel Stenberg 2005-01-27 23:03:02 +00:00
parent aacc79a3a3
commit cf38a4c470
1 changed files with 7 additions and 7 deletions

View File

@ -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