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 /tests/data/test212 | |
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 'tests/data/test212')
-rw-r--r-- | tests/data/test212 | 5 |
1 files changed, 1 insertions, 4 deletions
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 </server> <name> -Get two FTP files with no remote EPRT or LPRT support +Get two FTP files with no remote EPRT support </name> <command> ftp://%HOSTIP:%FTPPORT/a/path/212 ftp://%HOSTIP:%FTPPORT/a/path/212 -P - </command> <file name="log/ftpserver.cmd"> REPLY EPRT 500 no such command -REPLY LPRT 500 no such command </file> <stdout> data blobb @@ -34,7 +33,6 @@ data blobb <verify> <strippart> s/^(EPRT \|1\|127.0.0.1).*/$1/ -s/^(LPRT 4,4,127,0,0,1,).*/$1/ s/^(PORT 127,0,0,1,).*/$1/ </strippart> <protocol> @@ -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
|