2
0

test402 413 B

1234567891011121314151617181920212223242526272829303132333435
  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. FTP SSL required on non-SSL server
  18. </name>
  19. <command>
  20. -k --ftp-ssl-reqd ftp://%HOSTIP:%FTPPORT/402
  21. </command>
  22. </client>
  23. # Verify data after the test has been "shot"
  24. <verify>
  25. <errorcode>
  26. 64
  27. </errorcode>
  28. <protocol>
  29. AUTH SSL
  30. AUTH TLS
  31. </protocol>
  32. </verify>
  33. </testcase>