]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test119
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test119
1 # Server-side
2 <reply>
3 </reply>
4
5 # Client-side
6 <client>
7 <server>
8 ftp
9 </server>
10  <name>
11 FTP download, failed RETR with PORT
12  </name>
13  <command>
14 ftp://%HOSTIP:%FTPPORT/119 -P -
15 </command>
16 <file name="log/ftpserver.cmd">
17 REPLY RETR 314 bluah you f00l!
18 </file>
19 </test>
20
21 # Verify data after the test has been "shot"
22 <verify>
23 <errorcode>
24 19
25 </errorcode>
26 <strip>
27 ^PORT.*
28 ^EPRT .*
29 ^LPRT .*
30 </strip>
31 <protocol>
32 USER anonymous
33 PASS curl_by_daniel@haxx.se
34 PWD
35 TYPE I
36 SIZE 119
37 RETR 119
38 QUIT
39 </protocol>
40 </verify>