blob: be5b33571d059a8418ecd503528a6c5168d6fb49 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5RETR
6type=
7</keywords>
8</info>
9# Server-side
10<reply>
11<data>
12bla bla bla
13</data>
14</reply>
15
16# Client-side
17<client>
18<server>
19ftp
20</server>
21 <name>
22FTP URL with type=a
23 </name>
24 <command>
25"ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/%TESTNUMBER;type=a"
26</command>
27</client>
28
29# Verify data after the test has been "shot"
30<verify>
31<protocol>
32USER anonymous
33PASS ftp@example.com
34PWD
35CWD /
36CWD tmp
37CWD moo
38EPSV
39TYPE A
40RETR %TESTNUMBER
41QUIT
42</protocol>
43</verify>
44</testcase>