diff options
Diffstat (limited to 'tests/data/test597')
-rw-r--r-- | tests/data/test597 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/data/test597 b/tests/data/test597 new file mode 100644 index 000000000..458bb6453 --- /dev/null +++ b/tests/data/test597 @@ -0,0 +1,37 @@ +<testcase> +<info> +<keywords> +FTP +CONNECT_ONLY +</keywords> +</info> + +# Client-side +<client> +<server> +ftp +</server> +<tool> +lib597 +</tool> + <name> +FTP connect only option + </name> + +<command> +ftp://%HOSTIP:%FTPPORT +</command> + +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +USER anonymous
+PASS ftp@example.com
+PWD
+QUIT
+</protocol> +</verify> +</testcase> |