From 265bb993829018e6cac32b9c3f9dd6f2c5c2e662 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Dec 2001 13:46:56 +0000 Subject: test case 126 added, this uses RETRWEIRDO that makes the FTP server send two responses at once, to excerise the part of curl to make sure it can cache (parts of) responses properly. --- tests/data/test126 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/data/test126 (limited to 'tests/data/test126') diff --git a/tests/data/test126 b/tests/data/test126 new file mode 100644 index 000000000..55abb5af6 --- /dev/null +++ b/tests/data/test126 @@ -0,0 +1,33 @@ +# Server-side + + +this is file contents + + + +# Client-side + + +FTP download with multiple replies at once in RETR + + +ftp://%HOSTIP:%FTPPORT/blalbla/lululul/126 + + +RETRWEIRDO + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD blalbla/lululul +EPSV +TYPE I +SIZE 126 +RETR 126 + + -- cgit v1.2.3