test609 654 B

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