repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Utilities
/
cmcurl-7.19.0
/
tests
/
data
/
test601
blob
c74c619ed3c893e25a4158ef2428527d876713de
1
<testcase>
2
<info>
3
<keywords>
4
SCP
5
</keywords>
6
</info>
7
8
#
9
# Server-side
10
<reply>
11
<data>
12
Test data
13
for ssh test
14
</data>
15
</reply>
16
17
#
18
# Client-side
19
<client>
20
<server>
21
scp
22
</server>
23
<name>
24
SCP retrieval
25
</name>
26
<command>
27
--key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/file601.txt
28
</command>
29
<file name="log/file601.txt">
30
Test data
31
for ssh test
32
</file>
33
</client>
34
35
#
36
# Verify data after the test has been "shot"
37
<verify>
38
<valgrind>
39
disable
40
</valgrind>
41
</verify>
42
</testcase>