]> granicus.if.org Git - curl/commit
FTP: if EPSV fails on IPV6 connections, bail out
authorDaniel Stenberg <daniel@haxx.se>
Thu, 8 Jan 2015 19:43:32 +0000 (20:43 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Jan 2015 21:32:37 +0000 (22:32 +0100)
commit99e71e6a847a72b3e919b1bbaf42963536592913
tree578e09dfef740e81f8b2a654844608f654196cde
parent9a452ba3a16bb51249e1d1be5a5b6e47a255c064
FTP: if EPSV fails on IPV6 connections, bail out

... instead of trying PASV, since PASV can't work with IPv6.

Reported-by: Vojtěch Král
lib/ftp.c