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/test107 | |
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/test107')
-rw-r--r-- | Build/source/libs/curl/tests/data/test107 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Build/source/libs/curl/tests/data/test107 b/Build/source/libs/curl/tests/data/test107 new file mode 100644 index 00000000000..c975ed2e804 --- /dev/null +++ b/Build/source/libs/curl/tests/data/test107 @@ -0,0 +1,38 @@ + +# Client-side +<client> + <name> +FTP PASV upload file + </name> +<file name="log/test107.txt"> +data + to + see +that FTP +works + so does it? +</file> + <command> +ftp://%HOSTIP:%FTPPORT/107 -T log/test107.txt +</command> +</test> + +# Verify data after the test has been "shot" +<verify> +<upload> +data + to + see +that FTP +works + so does it? +</upload> +<protocol> +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +EPSV +TYPE I +STOR 107 +</protocol> +</verify> |