summaryrefslogtreecommitdiff
path: root/tests/data/test105
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-02-04 13:05:03 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-02-04 23:06:03 +0100
commite32601e13ab258a4370b46f8c5d360eab9d5ee8f (patch)
tree2b6c73a6ed15b4bcf6f2cbdec66883fcd43966c6 /tests/data/test105
parent5f08a5acd5380e41b8966dae96241bd1b4889b2c (diff)
downloadcurl-e32601e13ab258a4370b46f8c5d360eab9d5ee8f.tar.gz
ftp: avoid SIZE when asking for a TYPE A file
... as we ignore it anyway because servers don't report the correct size and proftpd even blatantly returns a 550. Updates a set of tests accordingly. Reported-by: awesomenode on github Fixes #6564 Closes #6565
Diffstat (limited to 'tests/data/test105')
-rw-r--r--tests/data/test1052
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/data/test105 b/tests/data/test105
index cc811aeb8..14679d17b 100644
--- a/tests/data/test105
+++ b/tests/data/test105
@@ -19,7 +19,6 @@ works
</data>
<servercmd>
REPLY EPSV 500 no such command
-REPLY SIZE 500 no such command
</servercmd>
</reply>
@@ -45,7 +44,6 @@ PWD
EPSV
PASV
TYPE A
-SIZE 105
RETR 105
QUIT
</protocol>