tus-shell-client icon indicating copy to clipboard operation
tus-shell-client copied to clipboard

:shell: A pure shell client for the tus resumable upload protocol

Results 9 tus-shell-client issues
Sort by recently updated
recently updated
newest added

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...

option for metadata values

⚛ enhancement

if headers are lower case the won't be recognized.

⚠ bug

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.

♻ refactoring

mostly avoid creating tempfiles tested briefly