test640 545 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SFTP
  5. NOBODY
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <data>
  12. </data>
  13. </reply>
  14. #
  15. # Client-side
  16. <client>
  17. <server>
  18. sftp
  19. </server>
  20. <name>
  21. SFTP --head retrieval
  22. </name>
  23. <command>
  24. --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/log/file%TESTNUMBER.txt --insecure --head
  25. </command>
  26. <file name="log/file%TESTNUMBER.txt">
  27. Test data
  28. for ssh test
  29. </file>
  30. </client>
  31. #
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. <valgrind>
  35. disable
  36. </valgrind>
  37. </verify>
  38. </testcase>