xref: /curl/tests/data/test1091 (revision cd4aee15)
1<testcase>
2# based on test 143
3<info>
4<keywords>
5FTP
6RETR
7type=
8</keywords>
9</info>
10
11# Server-side
12<reply>
13<data>
14bla bla bla
15</data>
16</reply>
17
18# Client-side
19<client>
20<server>
21ftp
22</server>
23<name>
24FTP URL with type=i
25</name>
26<command>
27"ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/%TESTNUMBER;type=i" --use-ascii
28</command>
29</client>
30
31# Verify data after the test has been "shot"
32<verify>
33<strip>
34QUIT
35</strip>
36<protocol>
37USER anonymous
38PASS ftp@example.com
39PWD
40CWD /
41CWD tmp
42CWD moo
43EPSV
44TYPE I
45SIZE %TESTNUMBER
46RETR %TESTNUMBER
47QUIT
48</protocol>
49</verify>
50</testcase>
51