Commit a0c7a6d2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 14424f70
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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