From 632cf13767f499bdfbef8c7573f826bad64facb2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 24 May 2005 09:40:58 +0000 Subject: add test case 261, response code 226 to TYPE --- tests/data/test261 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 tests/data/test261 (limited to 'tests/data/test261') diff --git a/tests/data/test261 b/tests/data/test261 new file mode 100644 index 000000000..419bf9b26 --- /dev/null +++ b/tests/data/test261 @@ -0,0 +1,49 @@ + + +FTP +EPSV +RETR + + +# +# Server-side + + +hepp + + +REPLY TYPE 226 Kind of on the positive side! + + + +# +# Client-side + + +ftp + + +FTP RETR with 226 response code to TYPE + + +ftp://%HOSTIP:%FTPPORT/261 + + + +# +# Verify data after the test has been "shot" + + +filter off really nothing + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +EPSV +TYPE I +SIZE 261 +RETR 261 +QUIT + + -- cgit v1.2.3