blob: dd300c74d651d5f7d61f65d32a5fa7cae803d9a0 [file] [log] [blame]
<testcase>
<info>
<keywords>
SFTP
SFTP put
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
sftp
</server>
<name>
SFTP put
</name>
<command>
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file602.txt sftp://%HOSTIP:%SSHPORT%SSH_PWD/log/upload.602 --insecure
</command>
<file name="log/file602.txt">
Test data
for ssh upload test
</file>
</client>
#
# Verify data after the test has been "shot"
<verify>
<upload>
Test data
for ssh upload test
</upload>
<valgrind>
disable
</valgrind>
</verify>
</testcase>