mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
now does OK even on IPv6-enabled hosts
This commit is contained in:
parent
be449bdea1
commit
7d82bc81a2
1 changed files with 3 additions and 0 deletions
|
|
@ -27,8 +27,11 @@ ftp://%HOSTIP:%FTPPORT/ -P %HOSTIP
|
||||||
|
|
||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
|
# strip all kinds of PORT, EPRT and LPRT curl can do
|
||||||
<strip>
|
<strip>
|
||||||
^PORT 127,0,0,1,.*
|
^PORT 127,0,0,1,.*
|
||||||
|
^EPRT.*
|
||||||
|
^LPRT.*
|
||||||
</strip>
|
</strip>
|
||||||
<protocol>
|
<protocol>
|
||||||
USER anonymous
|
USER anonymous
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue