]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test127
Various Mac OS X tweaks to get this to build. Probably breaking things.
[icculus/iodoom3.git] / neo / curl / tests / data / test127
1 # Server-side
2 <reply>
3 <data>
4 moooooooo
5 </data>
6 </reply>
7
8 # Client-side
9 <client>
10 <server>
11 ftp
12 </server>
13  <name>
14 FTP --disable-epsv
15  </name>
16  <command>
17 ftp://%HOSTIP:%FTPPORT/path/to/file/127 --disable-epsv
18 </command>
19 </test>
20
21 # Verify data after the test has been "shot"
22 <verify>
23 <protocol>
24 USER anonymous
25 PASS curl_by_daniel@haxx.se
26 PWD
27 CWD path
28 CWD to
29 CWD file
30 PASV
31 TYPE I
32 SIZE 127
33 RETR 127
34 QUIT
35 </protocol>
36 </verify>