<?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>
