test623 560 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SCP
  5. SCP upload
  6. FAILURE
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. </reply>
  13. #
  14. # Client-side
  15. <client>
  16. <server>
  17. scp
  18. </server>
  19. <name>
  20. SCP upload failure
  21. </name>
  22. <command>
  23. --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file623.txt scp://%HOSTIP:%SSHPORT%PWD/log/nonexistent-directory/nonexistent-file --insecure
  24. </command>
  25. <file name="log/file623.txt">
  26. Test data
  27. for ssh upload test
  28. </file>
  29. </client>
  30. #
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <errorcode>
  34. 79
  35. </errorcode>
  36. </verify>
  37. </testcase>