mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
61591eee68
This option is currently rather useless with these protocols when no quote command is given, but it is valid.
42 lines
525 B
Plaintext
42 lines
525 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
SFTP
|
|
NOBODY
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
sftp
|
|
</server>
|
|
<name>
|
|
SFTP --head retrieval
|
|
</name>
|
|
<command>
|
|
--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file640.txt --insecure --head
|
|
</command>
|
|
<file name="log/file640.txt">
|
|
Test data
|
|
for ssh test
|
|
</file>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<valgrind>
|
|
disable
|
|
</valgrind>
|
|
</verify>
|
|
</testcase>
|