diff options
Diffstat (limited to 'Build/source/libs/curl/tests/data/test111')
-rw-r--r-- | Build/source/libs/curl/tests/data/test111 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Build/source/libs/curl/tests/data/test111 b/Build/source/libs/curl/tests/data/test111 new file mode 100644 index 00000000000..a8052254b55 --- /dev/null +++ b/Build/source/libs/curl/tests/data/test111 @@ -0,0 +1,33 @@ +# Server-side +<reply> +<size> +85 +</size> +</reply> + +# Client-side +<client> + <name> +FTP download resume beyond file size + </name> + <command> +ftp://%HOSTIP:%FTPPORT/111 -C 2000 +</command> +</test> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +36 +</errorcode> +<strip> +</strip> +<protocol> +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +EPSV +TYPE I +SIZE 111 +</protocol> +</verify> |