2
0

test583 736 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. lib583
  20. </tool>
  21. <name>
  22. SFTP with multi interface, remove handle early
  23. </name>
  24. # The command here uses 'localhost' just to make sure that curl_multi_perform
  25. # won't reach too far in the first invoke. When using c-ares at least, the
  26. # name resolve will cause it to return rather quickly and thus we could trigger
  27. # the problem we're looking to verify.
  28. <command>
  29. sftp://localhost:%SSHPORT%PWD/log/upload583.txt %USER:
  30. </command>
  31. </client>
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. <valgrind>
  35. disable
  36. </valgrind>
  37. <errorcode>
  38. 0
  39. </errorcode>
  40. </verify>
  41. </testcase>