诸暨麻将添加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.
 
 
 
 
 
 

43 lines
579 B

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