blob: c5f3a29251a24fb4c5da49e7dedd72c36b468897 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2# Similar to test141
3<info>
4<keywords>
5FTP
6NOBODY
7Largefile
8</keywords>
9</info>
10
11# Server-side
12<reply>
13<data>
14</data>
15<size>
169999999999
17</size>
18<mdtm>
19213 20080726102659
20</mdtm>
21</reply>
22
23# Client-side
24<client>
25<features>
26large_file
27</features>
28<server>
29ftp
30</server>
31 <name>
32FTP download large file info with -I
33 </name>
34 <command>
35ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -I
36</command>
37</client>
38
39# Verify data after the test has been "shot"
40<verify>
41<protocol>
42USER anonymous
43PASS ftp@example.com
44PWD
45CWD blalbla
46MDTM %TESTNUMBER
47TYPE I
48SIZE %TESTNUMBER
49REST 0
50QUIT
51</protocol>
52<stdout>
53Last-Modified: Sat, 26 Jul 2008 10:26:59 GMT
54Content-Length: 9999999999
55Accept-ranges: bytes
56</stdout>
57</verify>
58</testcase>