1<testcase>
2# Server-side
3<reply>
4<servercmd>
5REPLY CWD 550 I won't allow this on my server
6REPLY MKD 550 We will have no such thing
7</servercmd>
8</reply>
9
10# Client-side
11<client>
12<server>
13ftp
14</server>
15 <name>
16FTP with --ftp-create-dirs (failing MKD)
17 </name>
18 <command>
19ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/148 --ftp-create-dirs
20</command>
21</client>
22
23# Verify data after the test has been "shot"
24<verify>
25# Strip all valid kinds of PORT and EPRT that curl can send
26<strip>
27^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
28^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
29</strip>
30<errorcode>
319
32</errorcode>
33<protocol>
34USER anonymous
35PASS ftp@example.com
36PWD
37CWD attempt
38MKD attempt
39QUIT
40</protocol>
41</verify>
42</testcase>
43