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