diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-16 00:09:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-16 00:09:26 +0000 |
commit | 6c0eafbb1395d426a72a74538e0b2a95e8344ca6 (patch) | |
tree | 2a5f80b80fc76086a2602b812c2a182d00f961b7 /Build/source/libs/curl/tests/data/test123 | |
parent | 70f7efeb5c9965a63a4143ad1c1f473585dc364c (diff) |
libs 1
git-svn-id: svn://tug.org/texlive/trunk@1483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/curl/tests/data/test123')
-rw-r--r-- | Build/source/libs/curl/tests/data/test123 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Build/source/libs/curl/tests/data/test123 b/Build/source/libs/curl/tests/data/test123 new file mode 100644 index 00000000000..d824fb61518 --- /dev/null +++ b/Build/source/libs/curl/tests/data/test123 @@ -0,0 +1,27 @@ +# Server-side +<reply> +</reply> + +# Client-side +<client> + <name> +FTP upload resume with whole file already downloaded + </name> + <command> +ftp://%HOSTIP:%FTPPORT/123 -T log/upload123 -C 51 +</command> +<file name="log/upload123"> +-------------------------------------------------- +</file> +</test> + +# Verify data after the test has been "shot" +<verify> +<protocol> +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +EPSV +TYPE I +</protocol> +</verify> |