Duane Cathey was one of our friends who reported that curl -P [IP]
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Jan 2006 23:52:03 +0000 (23:52 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 Jan 2006 23:52:03 +0000 (23:52 +0000)
commitfcfd6d950408d41f0ff7e664205f76146f180da8
treee09443987f8a02aba6c784e0b2fec4f4f03a82d8
parentc31451cf135f1290647cc6ad3d50e70bfe1b5aac
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).
CHANGES
lib/ftp.c
lib/url.c
lib/urldata.h
tests/data/test212