diff options
Diffstat (limited to 'Build/source/libs/curl/tests/data/test112')
-rw-r--r-- | Build/source/libs/curl/tests/data/test112 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Build/source/libs/curl/tests/data/test112 b/Build/source/libs/curl/tests/data/test112 new file mode 100644 index 00000000000..001faa198c9 --- /dev/null +++ b/Build/source/libs/curl/tests/data/test112 @@ -0,0 +1,37 @@ +# Server-side +<reply> +</reply> + +# Client-side +<client> + <name> +FTP PASV upload resume + </name> + <command> +ftp://%HOSTIP:%FTPPORT/112 -T log/upload112 -C 40 +</command> +<file name="log/upload112"> +this is the *****crap******** that we're gonna upload + +worx? +</file> +</test> + +# Verify data after the test has been "shot" +<verify> +<strip> +</strip> +<protocol> +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +EPSV +TYPE I +APPE 112 +</protocol> +<upload> + gonna upload + +worx? +</upload> +</verify> |