diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-24 14:40:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-24 14:40:43 +0000 |
commit | 67bf4f28ffcd7102602a83343da8df8058f9af4f (patch) | |
tree | cb528243df2039d951c85f9744b08413c58d581a /CHANGES | |
parent | 803582f8ac264e5932d364208cbf475c84a4964f (diff) |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel (24 January 2006) +- 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. + Daniel (20 January 2006) - Duane Cathey was one of our friends who reported that curl -P [IP] (CURLOPT_FTPPORT) didn't work for ipv6-enabed curls if the IP wasn't a |