summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-19 21:18:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-19 21:18:36 +0000
commitcfdcae4bc75fba04b9864cae18e0bbe66b8655b9 (patch)
tree2012bd78cd739dddfcd85bdaae543919af7be23f /tests
parent74a6921bc454fcbf842a221e95ba5dc09b19049e (diff)
downloadcurl-cfdcae4bc75fba04b9864cae18e0bbe66b8655b9.tar.gz
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
command on subsequent requests on a re-used connection unless it has to.
Diffstat (limited to 'tests')
-rw-r--r--tests/data/test1461
-rw-r--r--tests/data/test1491
-rw-r--r--tests/data/test2101
-rw-r--r--tests/data/test2111
-rw-r--r--tests/data/test2121
-rw-r--r--tests/data/test2151
-rw-r--r--tests/data/test2161
7 files changed, 0 insertions, 7 deletions
diff --git a/tests/data/test146 b/tests/data/test146
index 1de7f38d4..2d1940bc8 100644
--- a/tests/data/test146
+++ b/tests/data/test146
@@ -39,7 +39,6 @@ SIZE 146
RETR 146
CWD /nowhere/anywhere
EPSV
-TYPE I
SIZE 146
RETR 146
QUIT
diff --git a/tests/data/test149 b/tests/data/test149
index b42477b79..9195e19a9 100644
--- a/tests/data/test149
+++ b/tests/data/test149
@@ -37,7 +37,6 @@ STOR 148
CWD /nowhere/anywhere
CWD dir2
EPSV
-TYPE I
STOR 148
QUIT
</protocol>
diff --git a/tests/data/test210 b/tests/data/test210
index f42aaecf7..711a26ad1 100644
--- a/tests/data/test210
+++ b/tests/data/test210
@@ -37,7 +37,6 @@ TYPE I
SIZE 210
RETR 210
EPSV
-TYPE I
SIZE 210
RETR 210
QUIT
diff --git a/tests/data/test211 b/tests/data/test211
index 761852862..18f4cb11e 100644
--- a/tests/data/test211
+++ b/tests/data/test211
@@ -39,7 +39,6 @@ TYPE I
SIZE 211
RETR 211
PASV
-TYPE I
SIZE 211
RETR 211
QUIT
diff --git a/tests/data/test212 b/tests/data/test212
index 3fac26bde..c5790df30 100644
--- a/tests/data/test212
+++ b/tests/data/test212
@@ -47,7 +47,6 @@ TYPE I
SIZE 212
RETR 212
PORT 127,0,0,1,
-TYPE I
SIZE 212
RETR 212
QUIT
diff --git a/tests/data/test215 b/tests/data/test215
index ac60618d9..6077feb8b 100644
--- a/tests/data/test215
+++ b/tests/data/test215
@@ -44,7 +44,6 @@ EPSV
TYPE A
LIST
EPSV
-TYPE A
LIST
QUIT
</protocol>
diff --git a/tests/data/test216 b/tests/data/test216
index 236364260..ba3d52720 100644
--- a/tests/data/test216
+++ b/tests/data/test216
@@ -31,7 +31,6 @@ EPSV
TYPE I
STOR upload.216
EPSV
-TYPE I
STOR ..anotherup
QUIT
</protocol>