From 4bbcc47f3f3a81ada6e7d620400c1388d6161e88 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 22 Jul 2007 10:08:59 +0000 Subject: Added test case 354 that makes a simple FTP retrieval without password, which verifies the bug fix in #1757328. --- tests/data/test354 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 tests/data/test354 (limited to 'tests/data/test354') diff --git a/tests/data/test354 b/tests/data/test354 new file mode 100644 index 000000000..a6949328a --- /dev/null +++ b/tests/data/test354 @@ -0,0 +1,50 @@ + + + +FTP +PASV +RETR + + +# Server-side + + +data + to + see +that FTP +works + so does it? + + +REPLY USER 200 fine, proceed without password + + + +# Client-side + + +ftp + + +FTP without password + + +ftp://%HOSTIP:%FTPPORT/354 + + + + +# Verify data after the test has been "shot" + + +USER anonymous +PWD +EPSV +TYPE I +SIZE 354 +RETR 354 +QUIT + + + -- cgit v1.2.3