From 2077e9365afa94f4692083cf87fab1bf12e4298d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Aug 2003 10:23:46 +0000 Subject: --ftp-create-dirs test --- tests/data/test147 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 tests/data/test147 (limited to 'tests/data/test147') diff --git a/tests/data/test147 b/tests/data/test147 new file mode 100644 index 000000000..9fbcaf26e --- /dev/null +++ b/tests/data/test147 @@ -0,0 +1,48 @@ +# Server-side + + +foo + + + +# Client-side + + +ftp + + +FTP with --ftp-create-dirs (failing CWD) + + +ftp://%HOSTIP:%FTPPORT/first/dir/here/147 --ftp-create-dirs + + + +REPLY CWD 550 I won't allow this on my server +COUNT CWD 1 + + + +# Verify data after the test has been "shot" + +# strip all kinds of PORT, EPRT and LPRT curl can do + +^PORT 127,0,0,1,.* +^EPRT.* +^LPRT.* + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD first +MKD first +CWD first +CWD dir +CWD here +EPSV +TYPE I +SIZE 147 +RETR 147 + + -- cgit v1.2.3