From b7acdbcb4c86367b17e6c18fb53637cd14309ac1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 16 Dec 2004 22:22:11 +0000 Subject: two more ftp directory re-use tests added --- tests/data/test216 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/data/test216 (limited to 'tests/data/test216') diff --git a/tests/data/test216 b/tests/data/test216 new file mode 100644 index 000000000..236364260 --- /dev/null +++ b/tests/data/test216 @@ -0,0 +1,38 @@ +# Server-side + + + +# Client-side + + +ftp + + +FTP upload two files to the same dir + + +-T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/ -T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/%2e%2eanotherup + + +upload this file twice + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD a +CWD path +CWD 216 +EPSV +TYPE I +STOR upload.216 +EPSV +TYPE I +STOR ..anotherup +QUIT + + -- cgit v1.2.3