1<testcase> 2<info> 3<keywords> 4SCP 5SCP upload 6FAILURE 7</keywords> 8</info> 9 10# 11# Server-side 12<reply> 13</reply> 14 15# 16# Client-side 17<client> 18<server> 19scp 20</server> 21<name> 22SCP upload failure 23</name> 24<command> 25--key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: -T %LOGDIR/file%TESTNUMBER.txt scp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/nonexistent-directory/nonexistent-file --insecure 26</command> 27<file name="%LOGDIR/file%TESTNUMBER.txt"> 28Test data 29for ssh upload test 30</file> 31</client> 32 33# 34# Verify data after the test has been "shot" 35<verify> 36<errorcode> 3725 38</errorcode> 39 40</verify> 41</testcase> 42