Streaming
Streaming is the continuous transmission of video files from a server to a client.

streaming-android ./zbox list --allocation $ALLOC --remotepath /myfilesTYPE | NAME | PATH | SIZE | NUM BLOCKS |LOOKUP HASH | IS ENCRYPTED | DOWNLOADS PAYER +------+-----------+--------------------+---------+------------+---------------- f | audio.mp3 | /myfiles/audio.mp3 | 5992396 | 92 | 3cea39505cc30fb9f6fc5c6045284188feb14eac8ff3a19577701c4f6d973239 | NO | ownerFlags: -b, --blockspermarker int pass this option to download multiple blocks per marker (default 10) -e, --endblock int pass this option to download till specific block number -h, --help help for download --localpath string Local path of file to download --remotepath string Remote path to download -s, --startblock int Pass this option to download from specific block number./zbox download --localpath /root --remotepath /myfiles/audio.mp3 --allocation $ALLOC --startblock 1 --endblock 3393216 / 2996198 [====================>-----------------------------------------------------------------------------------------------------------------------------------------] 13.12% 1s Status completed callback. Type = audio/mpeg. Name = audio.mp3
Last updated