]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test147
Various Mac OS X tweaks to get this to build. Probably breaking things.
[icculus/iodoom3.git] / neo / curl / tests / data / test147
1 # Server-side
2 <reply>
3 <data>
4 foo
5 </data>
6 </reply>
7
8 # Client-side
9 <client>
10 <server>
11 ftp
12 </server>
13  <name>
14 FTP with --ftp-create-dirs (failing CWD)
15  </name>
16  <command>
17 ftp://%HOSTIP:%FTPPORT/first/dir/here/147 --ftp-create-dirs
18 </command>
19 </test>
20 <file name="log/ftpserver.cmd">
21 REPLY CWD 550 I won't allow this on my server
22 COUNT CWD 1
23 </file>
24 </client>
25
26 # Verify data after the test has been "shot"
27 <verify>
28 # strip all kinds of PORT, EPRT and LPRT curl can do
29 <strip>
30 ^PORT 127,0,0,1,.*
31 ^EPRT.*
32 ^LPRT.*
33 </strip>
34 <protocol>
35 USER anonymous
36 PASS curl_by_daniel@haxx.se
37 PWD
38 CWD first
39 MKD first
40 CWD first
41 CWD dir
42 CWD here
43 EPSV
44 TYPE I
45 SIZE 147
46 RETR 147
47 QUIT
48 </protocol>
49 </verify>