blob: 8a68ba9cd6e6fe059ac91aa46084070ac87bff60 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5EPSV
6RETR
7</keywords>
8</info>
9#
10# Server-side
11<reply>
12<data>
13hepp
14</data>
15<servercmd>
16REPLY TYPE 226 Kind of on the positive side!
17</servercmd>
18</reply>
19
20#
21# Client-side
22<client>
23<server>
24ftp
25</server>
26 <name>
27FTP RETR with 226 response code to TYPE
28 </name>
29 <command>
30ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
31</command>
32</client>
33
34#
35# Verify data after the test has been "shot"
36<verify>
37<protocol>
38USER anonymous
39PASS ftp@example.com
40PWD
41EPSV
42TYPE I
43SIZE %TESTNUMBER
44RETR %TESTNUMBER
45QUIT
46</protocol>
47</verify>
48</testcase>