curl/tests/data/test104

42 lines
465 B
Plaintext
Raw Normal View History

2005-04-27 11:59:47 +02:00
<info>
<keywords>
FTP
--head
</keywords>
</info>
2001-06-12 11:12:59 +02:00
# Server-side
<reply>
<size>
51
</size>
</reply>
# Client-side
<client>
<server>
ftp
</server>
2001-06-12 11:12:59 +02:00
<name>
FTP --head to get file size only
</name>
<command>
ftp://%HOSTIP:%FTPPORT/a/path/103 --head
</command>
</client>
2001-06-12 11:12:59 +02:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
2003-04-30 19:16:25 +02:00
CWD a
CWD path
2001-06-12 11:12:59 +02:00
MDTM 103
TYPE I
SIZE 103
REST 0
QUIT
2001-06-12 11:12:59 +02:00
</protocol>
</verify>