From 2ad7fcbc2fdaab3c544dea037d2e451a255ef6a8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 8 Oct 2006 10:51:53 +0000 Subject: test 534 added in an attempt to repeat Bogdan Nicula's bug... --- tests/data/test534 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 tests/data/test534 (limited to 'tests/data/test534') diff --git a/tests/data/test534 b/tests/data/test534 new file mode 100644 index 000000000..5676b77e4 --- /dev/null +++ b/tests/data/test534 @@ -0,0 +1,50 @@ + + +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 twice using multi: non-existing host and non-existing file + + +ftp://non-existing-host.com/path/534 ftp://%HOSTIP:%FTPPORT/path/534 + + + +# Verify data after the test has been "shot" + + + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD path +EPSV +TYPE I +SIZE 534 +RETR 534 +QUIT + + -- cgit v1.2.1