]> granicus.if.org Git - curl/commit
Richard Atterer fixed libcurl's way of dealing with the EPSV
authorDaniel Stenberg <daniel@haxx.se>
Sun, 5 Dec 2004 23:33:33 +0000 (23:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 5 Dec 2004 23:33:33 +0000 (23:33 +0000)
commit35944744f84f8127529b315951946416fa592a7c
tree304600d51cee3959730e7fefb5be47ddac495e1b
parent4b1c0bd1e7aefeee2a2116a9e56fbfb4eb11b2e4
Richard Atterer fixed libcurl's way of dealing with the EPSV
response. Previously, libcurl would re-resolve the host name with the new
port number and attempt to connect to that, while it should use the IP from
the control channel. This bug made it hard to EPSV from an FTP server with
multiple IP addresses!
CHANGES
RELEASE-NOTES
lib/ftp.c