aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test597
diff options
context:
space:
mode:
authorGokhan Sengun <gokhansengun@gmail.com>2011-12-06 23:41:24 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-12-07 15:37:05 +0100
commit2b24dd870e81512542f238cb1b124cecb942a34f (patch)
tree151c695ddd70f74cfc0e62503aeef575a6adbdac /tests/data/test597
parent46724b87b769ff50e1e6b90d2aabc50b8ba7c1a9 (diff)
multi interface: fix block when CONNECT_ONLY option is used
Diffstat (limited to 'tests/data/test597')
-rw-r--r--tests/data/test59737
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>