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/test527 | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 tests/data/test527 (limited to 'tests/data/test527') diff --git a/tests/data/test527 b/tests/data/test527 new file mode 100644 index 000000000..f00a5c69f --- /dev/null +++ b/tests/data/test527 @@ -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 + + +lib527 + + +FTP RETR same file using different handles but same connection + + +ftp://%HOSTIP:%FTPPORT/path/527 + + + +# Verify data after the test has been "shot" + + + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD path +EPSV +TYPE I +SIZE 527 +RETR 527 +EPSV +SIZE 527 +RETR 527 +EPSV +SIZE 527 +RETR 527 +EPSV +SIZE 527 +RETR 527 +QUIT + + -- cgit v1.2.3