]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test120
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test120
1 # Server-side
2 <reply>
3 <data>
4 data
5     to
6       see
7 that FTP
8 works
9   so does it?
10 </data>
11 </reply>
12
13 # Client-side
14 <client>
15 <server>
16 ftp
17 </server>
18  <name>
19 ftp download with post-quote delete operation
20  </name>
21  <command>
22 ftp://%HOSTIP:%FTPPORT/120 -Q "-DELE file"
23 </command>
24 <file name="log/ftpserver.cmd">
25 REPLY EPSV 314 bluah you f00l!
26 </file>
27 </test>
28
29 # Verify data after the test has been "shot"
30 <verify>
31 <protocol>
32 USER anonymous
33 PASS curl_by_daniel@haxx.se
34 PWD
35 EPSV
36 PASV
37 TYPE I
38 SIZE 120
39 RETR 120
40 DELE file
41 QUIT
42 </protocol>
43 </verify>