诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
569 B

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