Git init
[external/curl.git] / tests / data / test161
1 <testcase>
2 # Server-side
3 <reply>
4 <data>
5 1oooooooooooooooooooooooooooooooooooooooooo2
6 </data>
7 <size>
8 10928
9 </size>
10 </reply>
11
12 # Client-side
13 <client>
14 <server>
15 ftp
16 </server>
17  <name>
18 FTP RETR PASV
19  </name>
20  <command>
21 ftp://%HOSTIP:%FTPPORT/161
22 </command>
23 </client>
24
25
26 # Verify data after the test has been "shot"
27 <verify>
28 <protocol>
29 USER anonymous\r
30 PASS ftp@example.com\r
31 PWD\r
32 EPSV\r
33 TYPE I\r
34 SIZE 161\r
35 RETR 161\r
36 </protocol>
37 <errorcode>
38 18
39 </errorcode>
40 </verify>
41 </testcase>