test405 501 B

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