aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-09 16:47:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-09 16:47:55 +0000
commit12cfc4c0b02c4c756325d70dbba7e33ea35f9698 (patch)
tree2d4d1cf5febda60806eee430b8252e7be837bc20 /tests
parent9a2de6e6eecac91b2cfbeb8617d5bbc2ffbfc50b (diff)
verify -u username: with ftp to use a blank password
Diffstat (limited to 'tests')
-rw-r--r--tests/data/test13629
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>