FTP
# Server-side
REPLY PASS 230 logged\x00 in
# Client-side
ftp
FTP rejects a nul byte in a server response line
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
# 8 == CURLE_WEIRD_SERVER_REPLY
8