<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
FTP
FTPS
PASV
LIST
</keywords>
</info>

# Server-side
<reply>
<servercmd>
REPLY "PROT P" 534 Policy denies SSL
</servercmd>
</reply>

# Client-side
<client>
<features>
SSL
</features>
<server>
ftps
</server>
<name>
FTPS with rejected PROT P
</name>
<command>
--insecure ftps://%HOSTIP:%FTPSPORT/
</command>
</client>

# Verify data after the test has been "shot"
<verify>
# 64 == CURLE_USE_SSL_FAILED
<errorcode>
64
</errorcode>
<protocol crlf="yes">
USER anonymous
PASS ftp@example.com
PBSZ 0
PROT P
</protocol>
</verify>
</testcase>
