Git init
[external/curl.git] / tests / data / test129
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 EPSV
6 TYPE A
7 RETR
8 type=
9 </keywords>
10 </info>
11 # Server-side
12 <reply>
13 <size>
14 37
15 </size>
16 <data>
17 data
18     to
19       see
20 that FTP
21 works
22   so does it?
23 </data>
24 </reply>
25
26 # Client-side
27 <client>
28 <server>
29 ftp
30 </server>
31  <name>
32 FTP GET with type=A style ASCII URL and understated server SIZE
33  </name>
34  <command>
35 "ftp://%HOSTIP:%FTPPORT/129;type=A"
36 </command>
37 </client>
38
39 # Verify data after the test has been "shot"
40 <verify>
41 <protocol>
42 USER anonymous\r
43 PASS ftp@example.com\r
44 PWD\r
45 EPSV\r
46 TYPE A\r
47 SIZE 129\r
48 RETR 129\r
49 QUIT\r
50 </protocol>
51 </verify>
52 </testcase>