blob: 481d09357e736c85cd5b32ebffefaeb0b80ba3dd [file]
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
FTP
</keywords>
</info>
# Server-side
<reply>
<servercmd>
REPLY PASS 230 logged\x00 in
</servercmd>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<name>
FTP rejects a nul byte in a server response line
</name>
<command>
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol crlf="yes">
USER anonymous
PASS ftp@example.com
</protocol>
# 8 == CURLE_WEIRD_SERVER_REPLY
<errorcode>
8
</errorcode>
</verify>
</testcase>