1<testcase>
2<info>
3<keywords>
4FTP
5PASV
6TYPE A
7RETR
8</keywords>
9</info>
10# Server-side
11<reply>
12<data>
13data
14    to
15      see
16that FTP
17works
18  so does it?
19</data>
20<servercmd>
21REPLY EPSV 500 no such command
22REPLY SIZE 500 no such command
23</servercmd>
24</reply>
25
26# Client-side
27<client>
28<server>
29ftp
30</server>
31 <name>
32FTP user+password in URL and ASCII transfer
33 </name>
34 <command>
35ftp://userdude:passfellow@%HOSTIP:%FTPPORT/105 --use-ascii
36</command>
37</client>
38
39# Verify data after the test has been "shot"
40<verify>
41<protocol>
42USER userdude
43PASS passfellow
44PWD
45EPSV
46PASV
47TYPE A
48SIZE 105
49RETR 105
50QUIT
51</protocol>
52</verify>
53</testcase>
54