mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
42 lines
521 B
Plaintext
42 lines
521 B
Plaintext
|
<testcase>
|
||
|
<info>
|
||
|
<keywords>
|
||
|
SCP
|
||
|
NOBODY
|
||
|
</keywords>
|
||
|
</info>
|
||
|
|
||
|
#
|
||
|
# Server-side
|
||
|
<reply>
|
||
|
<data>
|
||
|
</data>
|
||
|
</reply>
|
||
|
|
||
|
#
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
scp
|
||
|
</server>
|
||
|
<name>
|
||
|
SCP --head retrieval
|
||
|
</name>
|
||
|
<command>
|
||
|
--key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/file641.txt --insecure --head
|
||
|
</command>
|
||
|
<file name="log/file641.txt">
|
||
|
Test data
|
||
|
for ssh test
|
||
|
</file>
|
||
|
</client>
|
||
|
|
||
|
#
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
<valgrind>
|
||
|
disable
|
||
|
</valgrind>
|
||
|
</verify>
|
||
|
</testcase>
|