curl/tests/data/test104

44 lines
481 B
Plaintext
Raw Normal View History

<testcase>
2005-04-27 05:59:47 -04:00
<info>
<keywords>
FTP
NOBODY
2005-04-27 05:59:47 -04:00
</keywords>
</info>
2001-06-12 05:12:59 -04:00
# Server-side
<reply>
<size>
51
</size>
</reply>
# Client-side
<client>
<server>
ftp
</server>
2001-06-12 05:12:59 -04:00
<name>
FTP --head to get file size only
</name>
<command>
2009-12-24 07:04:33 -05:00
ftp://%HOSTIP:%FTPPORT/a/path/104 --head
2001-06-12 05:12:59 -04:00
</command>
</client>
2001-06-12 05:12:59 -04:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
2001-06-12 05:12:59 -04:00
PWD
2003-04-30 13:16:25 -04:00
CWD a
CWD path
2009-12-24 07:04:33 -05:00
MDTM 104
2001-06-12 05:12:59 -04:00
TYPE I
2009-12-24 07:04:33 -05:00
SIZE 104
REST 0
QUIT
2001-06-12 05:12:59 -04:00
</protocol>
</verify>
</testcase>