From 1d3f76df714556ce07f70470947fe36dd9fc733e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Apr 2004 13:09:00 +0000 Subject: If only a partial file was transfered, we consider that a fatal problem so we won't try to QUIT the control connection and risk "hanging" waiting for a response. Test case 161 verifies this. The quit-sending function was also made static. --- tests/data/test161 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 tests/data/test161 (limited to 'tests/data/test161') diff --git a/tests/data/test161 b/tests/data/test161 new file mode 100644 index 000000000..c3bda556f --- /dev/null +++ b/tests/data/test161 @@ -0,0 +1,39 @@ +# Server-side + + +1oooooooooooooooooooooooooooooooooooooooooo2 + + +10928 + + + +# Client-side + + +ftp + + +FTP RETR PASV + + +ftp://%HOSTIP:%FTPPORT/161 + + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +EPSV +TYPE I +SIZE 161 +RETR 161 + + +18 + + -- cgit v1.2.3