diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-19 23:52:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-19 23:52:03 +0000 |
commit | fcfd6d950408d41f0ff7e664205f76146f180da8 (patch) | |
tree | e09443987f8a02aba6c784e0b2fec4f4f03a82d8 /CHANGES | |
parent | c31451cf135f1290647cc6ad3d50e70bfe1b5aac (diff) |
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
"native" IP while it works fine for ipv6-disabled builds!
In the process of fixing this, I removed the support for LPRT since I can't
think of many reasons to keep doing it and asking on the mailing list didn't
reveal anyone else that could either. The code that sends EPRT and PORT is
now also a lot simpler than before (IMHO).
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -6,9 +6,19 @@ Changelog +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 + "native" IP while it works fine for ipv6-disabled builds! + + In the process of fixing this, I removed the support for LPRT since I can't + think of many reasons to keep doing it and asking on the mailing list didn't + reveal anyone else that could either. The code that sends EPRT and PORT is + now also a lot simpler than before (IMHO). + Daniel (19 January 2006) -- Jon Turner pointed out that doing -P [hostname] with curl (built ipv4-only) - didn't work. +- Jon Turner pointed out that doing -P [hostname] (CURLOPT_FTPPORT) with curl + (built ipv4-only) didn't work. Daniel (18 January 2006) - As reported in bug #1408742 (http://curl.haxx.se/bug/view.cgi?id=1408742), |