Home | History | Annotate | Download | only in data
      1 <testcase>
      2 <info>
      3 <keywords>
      4 FTPS
      5 FAILURE
      6 </keywords>
      7 </info>
      8 
      9 # Client-side
     10 <client>
     11 <features>
     12 SSL
     13 </features>
     14 <server>
     15 ftp
     16 </server>
     17  <name>
     18 FTPS operation to FTP port
     19  </name>
     20  <command>
     21 -m 5 -k ftps://%HOSTIP:%FTPPORT/path/to/file/405
     22 </command>
     23 </client>
     24 
     25 # Verify data after the test has been "shot"
     26 <verify>
     27 # error code 35 is CURLE_SSL_CONNECT_ERROR
     28 # GnuTLS seems to not fail on its handshake but instead times out which gives
     29 # error 28
     30 <errorcode>
     31 35,28
     32 </errorcode>
     33 </verify>
     34 </testcase>
     35