ARGH my stupidity is endless. Ipv4-only hosts don't send EPRT or LPRT.

This commit is contained in:
Daniel Stenberg 2005-04-18 07:56:43 +00:00
parent 14424f7058
commit a0c7a6d22b
1 changed files with 2 additions and 4 deletions

View File

@ -26,8 +26,8 @@ ftp://%HOSTIP:%FTPPORT/a/path/103 -P -
# Verify data after the test has been "shot"
<verify>
<strippart>
s/^LPRT.*/LPRT/
s/^EPRT.*/EPRT/
s/^LPRT.*[\r\n]*//
s/^EPRT.*[\r\n]*//
s/^(PORT 127,0,0,1,)([0-9,]+)/$1/
</strippart>
<protocol>
@ -36,8 +36,6 @@ PASS curl_by_daniel@haxx.se
PWD
CWD a
CWD path
EPRT
LPRT
PORT 127,0,0,1,
TYPE I
SIZE 103