]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test115
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test115
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 PASV
12  </name>
13  <command>
14 ftp://%HOSTIP:%FTPPORT/115
15 </command>
16 <file name="log/ftpserver.cmd">
17 REPLY PASV 314 bluah you f00l!
18 REPLY EPSV 314 bluah you f00l!
19 </file>
20 </test>
21
22 # Verify data after the test has been "shot"
23 <verify>
24 <errorcode>
25 13
26 </errorcode>
27 <protocol>
28 USER anonymous
29 PASS curl_by_daniel@haxx.se
30 PWD
31 EPSV
32 PASV
33 QUIT
34 </protocol>
35 </verify>