Michal Marek provided a patch for FTP that makes libcurl continue to try PASV
authorDaniel Stenberg <daniel@haxx.se>
Tue, 24 Jan 2006 14:40:43 +0000 (14:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 24 Jan 2006 14:40:43 +0000 (14:40 +0000)
commit67bf4f28ffcd7102602a83343da8df8058f9af4f
treecb528243df2039d951c85f9744b08413c58d581a
parent803582f8ac264e5932d364208cbf475c84a4964f
Michal Marek provided a patch for FTP that makes libcurl continue to try PASV
even after EPSV returned a positive response code, if libcurl failed to
connect to the port number the EPSV response said. Obviously some people are
going through protocol-sensitive firewalls (or similar) that don't understand
EPSV and then they don't allow the second connection unless PASV was
used. This also called for a minor fix of test case 238.
CHANGES
RELEASE-NOTES
lib/ftp.c
tests/data/test238