• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<testcase>
2<info>
3<keywords>
4SFTP
5pre-quote
6directory
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13<datacheck>
14d?????????    N U         U               N ???  N NN:NN asubdir
15-r-?r-?r-?    1 U         U              37 Jan  1  2000 plainfile.txt
16-r-?r-?r-?    1 U         U              47 Dec 31  2000 rofile.txt
17</datacheck>
18</reply>
19
20#
21# Client-side
22<client>
23<server>
24sftp
25</server>
26<precheck>
27perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir
28</precheck>
29<name>
30SFTP pre-quote chmod
31</name>
32<command>
33--key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: -Q "chmod 444 %PWD/%LOGDIR/test%TESTNUMBER.dir/plainfile.txt" sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/test%TESTNUMBER.dir/ --insecure
34</command>
35<postcheck>
36perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir %PWD/%LOGDIR/curl%TESTNUMBER.out
37</postcheck>
38</client>
39
40#
41# Verify data after the test has been "shot"
42<verify>
43<valgrind>
44disable
45</valgrind>
46</verify>
47</testcase>
48