2
0

test405 510 B

1234567891011121314151617181920212223242526272829303132333435
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. FTPS
  6. FAILURE
  7. </keywords>
  8. </info>
  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/%TESTNUMBER
  22. </command>
  23. </client>
  24. # Verify data after the test has been "shot"
  25. <verify>
  26. # error code 35 is CURLE_SSL_CONNECT_ERROR
  27. # GnuTLS seems to not fail on its handshake but instead times out which gives
  28. # error 28
  29. <errorcode>
  30. 35,28
  31. </errorcode>
  32. </verify>
  33. </testcase>