blob: 9d2b27aeacc929463e7a203708d13e5643bf43f9 [file] [log] [blame]
<testcase>
# Server-side
<reply>
<data>
foo
</data>
<servercmd>
REPLY CWD 550 I won't allow this on my server
COUNT CWD 1
</servercmd>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<name>
FTP with --ftp-create-dirs (failing CWD)
</name>
<command>
ftp://%HOSTIP:%FTPPORT/first/dir/here/147 --ftp-create-dirs
</command>
</client>
# Verify data after the test has been "shot"
<verify>
# strip all kinds of PORT, EPRT and LPRT curl can do
<strip>
^PORT 127,0,0,1,.*
^EPRT.*
^LPRT.*
</strip>
<protocol>
USER anonymous
PASS ftp@example.com
PWD
CWD first
MKD first
CWD first
CWD dir
CWD here
EPSV
TYPE I
SIZE 147
RETR 147
QUIT
</protocol>
</verify>
</testcase>