xref: /curl/tests/data/test624 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4SFTP
5SFTP put
6--ftp-create-dirs
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13</reply>
14
15#
16# Client-side
17<client>
18<server>
19sftp
20</server>
21<name>
22SFTP put with --ftp-create-dirs
23</name>
24<command>
25--ftp-create-dirs --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: -T %LOGDIR/file%TESTNUMBER.txt sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/test%TESTNUMBER.dir/upload.%TESTNUMBER --insecure
26</command>
27<postcheck>
28perl %SRCDIR/libtest/test610.pl move %PWD/%LOGDIR/test%TESTNUMBER.dir/upload.%TESTNUMBER %PWD/%LOGDIR/upload.%TESTNUMBER rmdir %PWD/%LOGDIR/test%TESTNUMBER.dir
29</postcheck>
30<file name="%LOGDIR/file%TESTNUMBER.txt">
31Test data
32for ssh upload test
33</file>
34</client>
35
36#
37# Verify data after the test has been "shot"
38<verify>
39<upload>
40Test data
41for ssh upload test
42</upload>
43<valgrind>
44disable
45</valgrind>
46</verify>
47</testcase>
48