From 71a0d50f48ea6b03cbd76c776f5ffbc0bb0ba30b Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 13 Apr 2007 20:59:15 +0000 Subject: Added test cases 294 and 295 to test --ftp-account handling --- tests/data/test295 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tests/data/test295 (limited to 'tests/data/test295') diff --git a/tests/data/test295 b/tests/data/test295 new file mode 100644 index 000000000..5b1ddcf6b --- /dev/null +++ b/tests/data/test295 @@ -0,0 +1,45 @@ + + + +FTP +PASV +LIST +ACCT +FAILURE + + +# +# Server-side + + +REPLY PASS 332 Give me an ACCT now +REPLY PWD 530 No ACCT, go away + + + +# +# Client-side + + +ftp + + +FTP ACCT request without --ftp-account + + +ftp://%HOSTIP:%FTPPORT/295/ + + + +# +# Verify data after the test has been "shot" + + +67 + + +USER anonymous +PASS ftp@example.com + + + -- cgit v1.2.3