test196 555 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. </keywords>
  6. </info>
  7. # Server-side
  8. <reply>
  9. <servercmd>
  10. REPLY PASS 430 temporarily not available
  11. </servercmd>
  12. </reply>
  13. # Client-side
  14. <client>
  15. <server>
  16. ftp
  17. </server>
  18. <name>
  19. FTP transient error, retry request once
  20. </name>
  21. <command>
  22. ftp://%HOSTIP:%FTPPORT/196 --retry 1
  23. </command>
  24. </client>
  25. # Verify data after the test has been "shot"
  26. <verify>
  27. # 67 is CURLE_LOGIN_DENIED
  28. <errorcode>
  29. 67
  30. </errorcode>
  31. <protocol>
  32. USER anonymous
  33. PASS ftp@example.com
  34. USER anonymous
  35. PASS ftp@example.com
  36. </protocol>
  37. </verify>
  38. </testcase>