From b7eeb6e67fca686f840eacd6b8394edb58b07482 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 7 Sep 2006 21:49:20 +0000 Subject: Major overhaul introducing http pipelining support and shared connection cache within the multi handle. --- tests/data/test526 | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 tests/data/test526 (limited to 'tests/data/test526') diff --git a/tests/data/test526 b/tests/data/test526 new file mode 100644 index 000000000..29d995983 --- /dev/null +++ b/tests/data/test526 @@ -0,0 +1,61 @@ + + +FTP +PASV +RETR + + +# Server-side + + +file contents should appear once for each file + + +file contents should appear once for each file +file contents should appear once for each file +file contents should appear once for each file +file contents should appear once for each file + + + +# Client-side + + +ftp + + +lib526 + + +FTP RETR same file using different handles but same connection + + +ftp://%HOSTIP:%FTPPORT/path/526 + + + +# Verify data after the test has been "shot" + + + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD path +EPSV +TYPE I +SIZE 526 +RETR 526 +EPSV +SIZE 526 +RETR 526 +EPSV +SIZE 526 +RETR 526 +EPSV +SIZE 526 +RETR 526 +QUIT + + -- cgit v1.2.3