tus-shell-client
tus-shell-client copied to clipboard
:shell: A pure shell client for the tus resumable upload protocol
Adds some features to make it a little bit easier to add metadata to a request per #7 . Values need to be base64 encoded before they are passed as...
Older systems with dd do not support these flags iflag=skip_bytes,count_bytes, causes the script to hang. Also if block size is not set to 1, dd copies in blocks of 512...
There is no need to split files into chunks. Read upload state from curl and resume from there. But **keep** parallel upload capability.
mostly avoid creating tempfiles tested briefly