Initial commit of visual studio 9 git build superproject.
[git-build-vc9.git] / curl / tests / data / test619
blobf43af52dfb39ed3eb9a20a18a62bd3156e457ddd
1 <testcase>
2 <info>
3 <keywords>
4 SCP
5 </keywords>
6 </info>
9 # Client-side
10 <client>
11 <server>
12 scp
13 </server>
14  <name>
15 SCP retrieval of two files
16  </name>
17  <command>
18 --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/file619.txt scp://%HOSTIP:%SSHPORT%PWD/log/file619.txt
19 </command>
20 <file name="log/file619.txt">
21 Test data
22 for ssh test
23 </file>
24 </client>
27 # Verify data after the test has been "shot"
28 <verify>
29 <valgrind>
30 disable
31 </valgrind>
32 <stdout>
33 Test data
34 for ssh test
35 Test data
36 for ssh test
37 </stdout>
38 </verify>
39 </testcase>