Git init
[external/curl.git] / tests / data / test141
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 NOBODY
6 </keywords>
7 </info>
8 # Server-side
9 <reply>
10 <data>
11 </data>
12 <size>
13 42
14 </size>
15 <mdtm>
16 213 20030409102659
17 </mdtm>
18 </reply>
19
20 # Client-side
21 <client>
22 <server>
23 ftp
24 </server>
25  <name>
26 FTP download info with -I
27  </name>
28  <command>
29 ftp://%HOSTIP:%FTPPORT/blalbla/141 -I
30 </command>
31 </client>
32
33 # Verify data after the test has been "shot"
34 <verify>
35 <protocol>
36 USER anonymous\r
37 PASS ftp@example.com\r
38 PWD\r
39 CWD blalbla\r
40 MDTM 141\r
41 TYPE I\r
42 SIZE 141\r
43 REST 0\r
44 QUIT\r
45 </protocol>
46 <stdout>
47 Last-Modified: Wed, 09 Apr 2003 10:26:59 GMT\r
48 Content-Length: 42\r
49 Accept-ranges: bytes\r
50 </stdout>
51 </verify>
52 </testcase>