curl/tests/data/test104

42 lines
465 B
Plaintext
Raw Normal View History

2005-04-27 05:59:47 -04:00
<info>
<keywords>
FTP
--head
</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>
ftp://%HOSTIP:%FTPPORT/a/path/103 --head
</command>
</client>
2001-06-12 05:12:59 -04:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
2003-04-30 13:16:25 -04:00
CWD a
CWD path
2001-06-12 05:12:59 -04:00
MDTM 103
TYPE I
SIZE 103
REST 0
QUIT
2001-06-12 05:12:59 -04:00
</protocol>
</verify>