mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
IPv6 is a required feature for these two tests, even if it's not obvious.
This commit is contained in:
parent
ae60745e3e
commit
4f067b1d1c
@ -18,6 +18,10 @@ REPLY PORT 314 bluah you f00l!
|
||||
<server>
|
||||
ftp
|
||||
</server>
|
||||
# EPRT is only sent when IPv6 is enabled
|
||||
<features>
|
||||
ipv6
|
||||
</features>
|
||||
<name>
|
||||
FTP download, failed PORT
|
||||
</name>
|
||||
|
@ -14,6 +14,10 @@ REPLY EPRT 500 no such command
|
||||
<server>
|
||||
ftp
|
||||
</server>
|
||||
# EPRT is only sent when IPv6 is enabled
|
||||
<features>
|
||||
ipv6
|
||||
</features>
|
||||
<name>
|
||||
Get two FTP files with no remote EPRT support
|
||||
</name>
|
||||
|
Loading…
Reference in New Issue
Block a user