blob: 7262738025c72bd4a070737e0ba0ac736ceb4950 [file] [log] [blame]
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
SFTP
</keywords>
</info>
# Client-side
<client>
<server>
sftp
</server>
<name>
SFTP retrieval of two files
</name>
<command>
--key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER:
sftp://%HOSTIP:%SSHPORT%SFTP_PWD/%LOGDIR/file%TESTNUMBER.txt
sftp://%HOSTIP:%SSHPORT%SFTP_PWD/%LOGDIR/file%TESTNUMBER.txt --insecure
</command>
<file name="%LOGDIR/file%TESTNUMBER.txt">
Test data
for ssh test
</file>
</client>
# Verify data after the test has been "shot"
<verify>
<stdout>
Test data
for ssh test
Test data
for ssh test
</stdout>
</verify>
</testcase>