diff options
-rw-r--r-- | tests/data/test136 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/data/test136 b/tests/data/test136 new file mode 100644 index 000000000..d17bb0433 --- /dev/null +++ b/tests/data/test136 @@ -0,0 +1,29 @@ +# Server-side +<reply> +<data> +0123456789abcdef +</data> +</reply> + +# Client-side +<client> + <name> +FTP with user and no password + </name> + <command> +-u user: ftp://%HOSTIP:%FTPPORT/136 +</command> +</test> + +# Verify data after the test has been "shot" +<verify> +<protocol> +USER user
+PASS
+PWD
+EPSV
+TYPE I
+SIZE 136
+RETR 136
+</protocol> +</verify> |