xref: /aosp_15_r20/external/curl/tests/data/test143 (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1<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<strip>
32QUIT
33</strip>
34<protocol>
35USER anonymous
36PASS [email protected]
37PWD
38CWD /
39CWD tmp
40CWD moo
41EPSV
42TYPE A
43RETR %TESTNUMBER
44QUIT
45</protocol>
46</verify>
47</testcase>
48