2
0

test582 581 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. <strip>
  35. </strip>
  36. <protocol>
  37. </protocol>
  38. <file name="log/file582.txt">
  39. Moooooooooooo
  40. upload this
  41. </file>
  42. </verify>
  43. </testcase>