FTP: Passive transfer fails because curl tries only a single IP address #1508
Comments
bisected to c431274 when easy vs multi internal separation was removed but I don't think that's so relevant at this point |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I did this
Output:
Squid 2.7.STABLE9 runs on localhost:3128. This old version does not support IPv6.
I expected the following
The download should succeed. After switching to passive mode (EPSV), curl should try all IP addresses for "localhost". Currently it tries ::1, but it should also try 127.0.0.1.
curl/libcurl version
curl 7.54.1-DEV
operating system
Linux
The text was updated successfully, but these errors were encountered: