1<testcase> 2<info> 3<keywords> 4SFTP 5Range 6</keywords> 7</info> 8 9# 10# Server-side 11<reply> 12<data> 13ssh test 14</data> 15</reply> 16 17# 18# Client-side 19<client> 20<server> 21sftp 22</server> 23<name> 24SFTP retrieval with byte range relative to end of file 25</name> 26<command> 27--key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/file%TESTNUMBER.txt -r -9 --insecure 28</command> 29<file name="%LOGDIR/file%TESTNUMBER.txt"> 30Test data 31for ssh test 32</file> 33</client> 34 35# 36# Verify data after the test has been "shot" 37<verify> 38</verify> 39</testcase> 40