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