blob: a6949328a1c4825e8ab31d14f83accabea7a41c9 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001<testcase>
2<info>
3<keywords>
4FTP
5PASV
6RETR
7</keywords>
8</info>
9# Server-side
10<reply>
11<data>
12data
13 to
14 see
15that FTP
16works
17 so does it?
18</data>
19<servercmd>
20REPLY USER 200 fine, proceed without password
21</servercmd>
22</reply>
23
24# Client-side
25<client>
26<server>
27ftp
28</server>
29 <name>
30FTP without password
31 </name>
32 <command>
33ftp://%HOSTIP:%FTPPORT/354
34</command>
35
36</client>
37
38# Verify data after the test has been "shot"
39<verify>
40<protocol>
41USER anonymous
42PWD
43EPSV
44TYPE I
45SIZE 354
46RETR 354
47QUIT
48</protocol>
49</verify>
50</testcase>