From 12cfc4c0b02c4c756325d70dbba7e33ea35f9698 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Thu, 9 Jan 2003 16:47:55 +0000 Subject: [PATCH] verify -u username: with ftp to use a blank password --- tests/data/test136 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/data/test136 diff --git a/tests/data/test136 b/tests/data/test136 new file mode 100644 index 0000000000..d17bb04333 --- /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> -- GitLab