]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test136
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test136
1 # Server-side
2 <reply>
3 <data>
4 0123456789abcdef
5 </data>
6 </reply>
7
8 # Client-side
9 <client>
10 <server>
11 ftp
12 </server>
13  <name>
14 FTP with user and no password
15  </name>
16  <command>
17 -u user: ftp://%HOSTIP:%FTPPORT/136
18 </command>
19 </test>
20
21 # Verify data after the test has been "shot"
22 <verify>
23 <protocol>
24 USER user
25 PASS 
26 PWD
27 EPSV
28 TYPE I
29 SIZE 136
30 RETR 136
31 QUIT
32 </protocol>
33 </verify>