Adjusted to run on ipv6-enabled hosts

This commit is contained in:
Daniel Stenberg
2001-09-23 12:46:04 +00:00
parent 611fbfa917
commit c9adbc9f1c
3 changed files with 6 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ Moooooooooooo
<verify> <verify>
<strip> <strip>
^PORT .* ^PORT .*
^EPRT .*
^LPRT .*
</strip> </strip>
<protocol> <protocol>
USER anonymous USER anonymous

View File

@@ -22,6 +22,8 @@ REPLY PORT 314 bluah you f00l!
</errorcode> </errorcode>
<strip> <strip>
^PORT 127,0,0,1,.* ^PORT 127,0,0,1,.*
^EPRT .*
^LPRT .*
</strip> </strip>
<protocol> <protocol>
USER anonymous USER anonymous

View File

@@ -22,6 +22,8 @@ REPLY RETR 314 bluah you f00l!
</errorcode> </errorcode>
<strip> <strip>
^PORT.* ^PORT.*
^EPRT .*
^LPRT .*
</strip> </strip>
<protocol> <protocol>
USER anonymous USER anonymous