summaryrefslogtreecommitdiff
path: root/Build/source/libs/curl/tests/data/test122
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/curl/tests/data/test122')
-rw-r--r--Build/source/libs/curl/tests/data/test12232
1 files changed, 0 insertions, 32 deletions
diff --git a/Build/source/libs/curl/tests/data/test122 b/Build/source/libs/curl/tests/data/test122
deleted file mode 100644
index ba867c60207..00000000000
--- a/Build/source/libs/curl/tests/data/test122
+++ /dev/null
@@ -1,32 +0,0 @@
-# Server-side
-<reply>
-<size>
-5
-</size>
-</reply>
-
-# Client-side
-<client>
- <name>
-FTP download resume with whole file already downloaded
- </name>
- <command>
-ftp://%HOSTIP:%FTPPORT/122 -C 5
-</command>
-<file name="log/ftpserver.cmd">
-REPLY EPSV 500 no such command
-</file>
-</test>
-
-# Verify data after the test has been "shot"
-<verify>
-<protocol>
-USER anonymous
-PASS curl_by_daniel@haxx.se
-PWD
-EPSV
-PASV
-TYPE I
-SIZE 122
-</protocol>
-</verify>