blob: 82df98aee9c0ca4a25d26f9e1e7eb03c5b215306 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001<testcase>
2<info>
3<keywords>
4FTP
5NOBODY
6</keywords>
7</info>
8# Server-side
9<reply>
10<size>
1151
12</size>
13</reply>
14
15# Client-side
16<client>
17<server>
18ftp
19</server>
20 <name>
21FTP --head to get file size only
22 </name>
23 <command>
24ftp://%HOSTIP:%FTPPORT/a/path/104 --head
25</command>
26</client>
27
28# Verify data after the test has been "shot"
29<verify>
30<protocol>
31USER anonymous
32PASS ftp@example.com
33PWD
34CWD a
35CWD path
36MDTM 104
37TYPE I
38SIZE 104
39REST 0
40QUIT
41</protocol>
42</verify>
43</testcase>