Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test147
blob93816f41dc08c1cbb62a57028a9f10eeb9427d00
1 <testcase>
2 # Server-side
3 <reply>
4 <data>
5 foo
6 </data>
7 <servercmd>
8 REPLY CWD 550 I won't allow this on my server
9 COUNT CWD 1
10 </servercmd>
11 </reply>
13 # Client-side
14 <client>
15 <server>
16 ftp
17 </server>
18  <name>
19 FTP with --ftp-create-dirs (failing CWD)
20  </name>
21  <command>
22 ftp://%HOSTIP:%FTPPORT/first/dir/here/147 --ftp-create-dirs
23 </command>
24 </client>
26 # Verify data after the test has been "shot"
27 <verify>
28 # Strip all valid kinds of PORT and EPRT that curl can send
29 <strip>
30 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
31 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
32 </strip>
33 <protocol>
34 USER anonymous
35 PASS ftp@example.com
36 PWD
37 CWD first
38 MKD first
39 CWD first
40 CWD dir
41 CWD here
42 EPSV
43 TYPE I
44 SIZE 147
45 RETR 147
46 QUIT
47 </protocol>
48 </verify>
49 </testcase>