quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test634 (594B)


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