From 5c344fc23ad129b6aaa2974ea59f025844b2935c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 13 Sep 2001 12:51:07 +0000 Subject: ftp tests added --- tests/data/test109 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 tests/data/test109 (limited to 'tests/data/test109') diff --git a/tests/data/test109 b/tests/data/test109 new file mode 100644 index 000000000..18661885d --- /dev/null +++ b/tests/data/test109 @@ -0,0 +1,37 @@ +# Server-side + + + + + +# Client-side + + +FTP PASV upload append + + +ftp://%HOSTIP:%FTPPORT/109 -T log/upload109 --append + + +Moooooooooooo + upload this + + + +# Verify data after the test has been "shot" + + + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +PASV +TYPE I +APPE 109 + + +Moooooooooooo + upload this + + -- cgit v1.2.3