1<testcase> 2<info> 3<keywords> 4FTPS 5FAILURE 6</keywords> 7</info> 8 9# Client-side 10<client> 11<features> 12SSL 13</features> 14<server> 15ftps 16</server> 17 <name> 18FTPS with invalid cacert 19 </name> 20 <command> 21--ftp-ssl-control --cacert moooo ftps://%HOSTIP:%FTPSPORT/ 22</command> 23</client> 24 25# Verify data after the test has been "shot" 26<verify> 27<errorcode> 2877 29</errorcode> 30</verify> 31</testcase> 32