Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment