From eefd5a95afca7371a65bae2ae03dfcd6766cc6ad Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 23 Oct 2015 15:24:56 +0200 Subject: test1137: verify --ignore-content-length for FTP --- tests/data/Makefile.inc | 2 +- tests/data/test1137 | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 tests/data/test1137 (limited to 'tests/data') diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index b053534e8..79214dbfa 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -118,7 +118,7 @@ test1104 test1105 test1106 test1107 test1108 test1109 test1110 test1111 \ test1112 test1113 test1114 test1115 test1116 test1117 test1118 test1119 \ test1120 test1121 test1122 test1123 test1124 test1125 test1126 test1127 \ test1128 test1129 test1130 test1131 test1132 test1133 test1134 test1135 \ -test1136 \ +test1136 test1137 \ \ test1200 test1201 test1202 test1203 test1204 test1205 test1206 test1207 \ test1208 test1209 test1210 test1211 test1212 test1213 test1214 test1215 \ diff --git a/tests/data/test1137 b/tests/data/test1137 new file mode 100644 index 000000000..a2bfcbac1 --- /dev/null +++ b/tests/data/test1137 @@ -0,0 +1,52 @@ + + + +FTP +PASV +RETR +--ignore-content-length + + +# Server-side + + +data + to + see +that FTP +works + so does it? + + +REPLY EPSV 500 no such command + + + +# Client-side + + +ftp + + +FTP RETR --ignore-content-length + + +ftp://%HOSTIP:%FTPPORT/1137 --ignore-content-length + + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +EPSV +PASV +TYPE I +RETR 1137 +QUIT + + + -- cgit v1.2.3