xref: /curl/tests/data/test104 (revision cd4aee15)
1<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/%TESTNUMBER --head
25</command>
26</client>
27
28# Verify data after the test has been "shot"
29<verify>
30<strip>
31QUIT
32</strip>
33<protocol>
34USER anonymous
35PASS ftp@example.com
36PWD
37CWD a
38CWD path
39MDTM %TESTNUMBER
40TYPE I
41SIZE %TESTNUMBER
42REST 0
43QUIT
44</protocol>
45</verify>
46</testcase>
47