From befc30bc55cebe958d652ec4f5d31aa8565773c1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 6 Oct 2006 21:19:57 +0000 Subject: Bogdan Nicula's hanging test case was converted to test case 533 and the test now runs fine. --- tests/data/test533 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 tests/data/test533 (limited to 'tests/data/test533') diff --git a/tests/data/test533 b/tests/data/test533 new file mode 100644 index 000000000..c760e05e8 --- /dev/null +++ b/tests/data/test533 @@ -0,0 +1,53 @@ + + +FTP +PASV +RETR + + +# Server-side + + + + + +REPLY RETR 550 the file doesn't exist +REPLY SIZE 550 Can't check for file existence + + + +# Client-side + + +ftp + + +lib533 + + +FTP RETR a non-existing file twice using the multi interface + + +ftp://%HOSTIP:%FTPPORT/path/533 + + + +# Verify data after the test has been "shot" + + + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD path +EPSV +TYPE I +SIZE 533 +RETR 533 +EPSV +SIZE 533 +RETR 533 +QUIT + + -- cgit v1.2.3