summaryrefslogtreecommitdiff
path: root/Build/source/libs/curl/tests/data/test110
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/curl/tests/data/test110')
-rw-r--r--Build/source/libs/curl/tests/data/test11040
1 files changed, 40 insertions, 0 deletions
diff --git a/Build/source/libs/curl/tests/data/test110 b/Build/source/libs/curl/tests/data/test110
new file mode 100644
index 00000000000..e93c2cc4d99
--- /dev/null
+++ b/Build/source/libs/curl/tests/data/test110
@@ -0,0 +1,40 @@
+# Server-side
+<reply>
+<data>
+expected to be a file without the first part
+but we emulate that
+</data>
+<size>
+85
+</size>
+</reply>
+
+# Client-side
+<client>
+ <name>
+FTP download resume with set limit
+ </name>
+ <command>
+ftp://%HOSTIP:%FTPPORT/110 -C 20
+</command>
+<file name="log/ftpserver.cmd">
+REPLY EPSV 500 no such command
+</file>
+</test>
+
+# Verify data after the test has been "shot"
+<verify>
+<strip>
+</strip>
+<protocol>
+USER anonymous
+PASS curl_by_daniel@haxx.se
+PWD
+EPSV
+PASV
+TYPE I
+SIZE 110
+REST 20
+RETR 110
+</protocol>
+</verify>