1<testcase> 2<info> 3<keywords> 4SFTP 5multi 6</keywords> 7</info> 8 9# Server-side 10<reply> 11<data> 12</data> 13</reply> 14 15# Client-side 16<client> 17<server> 18sftp 19</server> 20<tool> 21lib%TESTNUMBER 22</tool> 23<name> 24SFTP upload using multi interface 25</name> 26<command> 27Sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/upload%TESTNUMBER.txt %PWD/%LOGDIR/file%TESTNUMBER.txt %USER: %LOGDIR/server/curl_client_key.pub %LOGDIR/server/curl_client_key 28</command> 29<file name="%LOGDIR/file%TESTNUMBER.txt"> 30Moooooooooooo 31 upload this 32</file> 33</client> 34 35# Verify data after the test has been "shot" 36<verify> 37<strip> 38</strip> 39<protocol> 40</protocol> 41<file name="%LOGDIR/file%TESTNUMBER.txt"> 42Moooooooooooo 43 upload this 44</file> 45</verify> 46</testcase> 47