blob: 66057d255650dc84779d6012a38a4784b3af3a97 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4SFTP
5post-quote
6FAILURE
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13<data>
14Test file for mkdir test
15</data>
16</reply>
17
18#
19# Client-side
20<client>
21<server>
22sftp
23</server>
24 <name>
25SFTP 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">
31Test file for mkdir test
32</file>
33</client>
34
35#
36# Verify data after the test has been "shot"
37<verify>
38<errorcode>
3921
40</errorcode>
41<valgrind>
42disable
43</valgrind>
44</verify>
45</testcase>