2007-01-23 05:25:56 +03:00
|
|
|
<testcase>
|
2005-04-27 13:59:47 +04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
--head
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-06-12 13:12:59 +04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<size>
|
|
|
|
51
|
|
|
|
</size>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-05-01 00:25:39 +04:00
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
2001-06-12 13:12:59 +04:00
|
|
|
<name>
|
|
|
|
FTP --head to get file size only
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
ftp://%HOSTIP:%FTPPORT/a/path/103 --head
|
|
|
|
</command>
|
2005-01-26 00:45:03 +03:00
|
|
|
</client>
|
2001-06-12 13:12:59 +04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-14 01:50:16 +03:00
|
|
|
PASS ftp@example.com
|
2001-06-12 13:12:59 +04:00
|
|
|
PWD
|
2003-04-30 21:16:25 +04:00
|
|
|
CWD a
|
|
|
|
CWD path
|
2001-06-12 13:12:59 +04:00
|
|
|
MDTM 103
|
|
|
|
TYPE I
|
|
|
|
SIZE 103
|
2003-07-30 11:52:02 +04:00
|
|
|
REST 0
|
2004-02-27 10:08:37 +03:00
|
|
|
QUIT
|
2001-06-12 13:12:59 +04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 05:25:56 +03:00
|
|
|
</testcase>
|