aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/test196
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test196')
-rw-r--r--tests/data/test19635
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/data/test196 b/tests/data/test196
new file mode 100644
index 0000000..b070f38
--- /dev/null
+++ b/tests/data/test196
@@ -0,0 +1,35 @@
+<testcase>
+# Server-side
+<reply>
+<servercmd>
+REPLY PASS 430 temporarily not available
+</servercmd>
+</reply>
+
+# Client-side
+<client>
+<server>
+ftp
+</server>
+ <name>
+FTP transient error, retry request once
+ </name>
+ <command>
+ftp://%HOSTIP:%FTPPORT/196 --retry 1
+</command>
+</client>
+
+# Verify data after the test has been "shot"
+<verify>
+# 67 is CURLE_LOGIN_DENIED
+<errorcode>
+67
+</errorcode>
+<protocol>
+USER anonymous
+PASS ftp@example.com
+USER anonymous
+PASS ftp@example.com
+</protocol>
+</verify>
+</testcase>