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/test108 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 tests/data/test108 (limited to 'tests/data/test108') diff --git a/tests/data/test108 b/tests/data/test108 new file mode 100644 index 000000000..5ae7c2a72 --- /dev/null +++ b/tests/data/test108 @@ -0,0 +1,39 @@ +# Server-side + + + + + +# Client-side + + +FTP PORT upload with CWD + + +ftp://%HOSTIP:%FTPPORT/CWD/STOR/RETR/108 -T log/upload108 -P - + + +Moooooooooooo + upload this + + + +# Verify data after the test has been "shot" + + +^PORT .* + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD CWD/STOR/RETR +PORT 127,0,0,1,5,109 +TYPE I +STOR 108 + + +Moooooooooooo + upload this + + -- cgit v1.2.3