From fcfd6d950408d41f0ff7e664205f76146f180da8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 19 Jan 2006 23:52:03 +0000 Subject: 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). --- tests/data/test212 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/data') diff --git a/tests/data/test212 b/tests/data/test212 index 8633ae5d4..3fac26bde 100644 --- a/tests/data/test212 +++ b/tests/data/test212 @@ -15,14 +15,13 @@ ipv6 ftp -Get two FTP files with no remote EPRT or LPRT support +Get two FTP files with no remote EPRT support ftp://%HOSTIP:%FTPPORT/a/path/212 ftp://%HOSTIP:%FTPPORT/a/path/212 -P - REPLY EPRT 500 no such command -REPLY LPRT 500 no such command data blobb @@ -34,7 +33,6 @@ data blobb s/^(EPRT \|1\|127.0.0.1).*/$1/ -s/^(LPRT 4,4,127,0,0,1,).*/$1/ s/^(PORT 127,0,0,1,).*/$1/ @@ -44,7 +42,6 @@ PWD CWD a CWD path EPRT |1|127.0.0.1 -LPRT 4,4,127,0,0,1, PORT 127,0,0,1, TYPE I SIZE 212 -- cgit v1.2.3