test582 612 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SFTP
  5. multi
  6. </keywords>
  7. </info>
  8. # Server-side
  9. <reply>
  10. <data>
  11. </data>
  12. </reply>
  13. # Client-side
  14. <client>
  15. <server>
  16. sftp
  17. </server>
  18. <tool>
  19. lib582
  20. </tool>
  21. <name>
  22. SFTP upload using multi interface
  23. </name>
  24. <command>
  25. Sftp://%HOSTIP:%SSHPORT%PWD/log/upload582.txt %PWD/log/file582.txt %USER:
  26. </command>
  27. <file name="log/file582.txt">
  28. Moooooooooooo
  29. upload this
  30. </file>
  31. </client>
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. <valgrind>
  35. disable
  36. </valgrind>
  37. <strip>
  38. </strip>
  39. <protocol>
  40. </protocol>
  41. <file name="log/file582.txt">
  42. Moooooooooooo
  43. upload this
  44. </file>
  45. </verify>
  46. </testcase>