| xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | <testcase> | 
| 2 | <info> | ||||
| 3 | <keywords> | ||||
| 4 | SFTP | ||||
| 5 | post-quote | ||||
| 6 | FAILURE | ||||
| 7 | </keywords> | ||||
| 8 | </info> | ||||
| 9 | |||||
| 10 | # | ||||
| 11 | # Server-side | ||||
| 12 | <reply> | ||||
| 13 | <data> | ||||
| 14 | Test file for mkdir test | ||||
| 15 | </data> | ||||
| 16 | </reply> | ||||
| 17 | |||||
| 18 | # | ||||
| 19 | # Client-side | ||||
| 20 | <client> | ||||
| 21 | <server> | ||||
| 22 | sftp | ||||
| 23 | </server> | ||||
| 24 | <name> | ||||
| 25 | SFTP post-quote mkdir failure | ||||
| 26 | </name> | ||||
| 27 | <command> | ||||
| 28 | --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 | ||||
| 29 | </command> | ||||
| 30 | <file name="log/file%TESTNUMBER.txt"> | ||||
| 31 | Test file for mkdir test | ||||
| 32 | </file> | ||||
| 33 | </client> | ||||
| 34 | |||||
| 35 | # | ||||
| 36 | # Verify data after the test has been "shot" | ||||
| 37 | <verify> | ||||
| 38 | <errorcode> | ||||
| 39 | 21 | ||||
| 40 | </errorcode> | ||||
| 41 | <valgrind> | ||||
| 42 | disable | ||||
| 43 | </valgrind> | ||||
| 44 | </verify> | ||||
| 45 | </testcase> | ||||