Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test148
blob6acd0e8e6c00085942f9b2da1c19aa144e6e09c4
1 <testcase>
2 # Server-side
3 <reply>
4 <servercmd>
5 REPLY CWD 550 I won't allow this on my server
6 REPLY MKD 550 We will have no such thing
7 </servercmd>
8 </reply>
10 # Client-side
11 <client>
12 <server>
13 ftp
14 </server>
15  <name>
16 FTP with --ftp-create-dirs (failing MKD)
17  </name>
18  <command>
19 ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/148 --ftp-create-dirs
20 </command>
21 </client>
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>
32 </errorcode>
33 <protocol>
34 USER anonymous
35 PASS ftp@example.com
36 PWD
37 CWD attempt
38 MKD attempt
39 QUIT
40 </protocol>
41 </verify>
42 </testcase>