adhocore / tusc.sh

tus 1.0.0 client protocol implementation for bash. Resumable large file upload to Tus sever from terminal using bash script
https://github.com/adhocore/tusc.sh
MIT License
36 stars 9 forks source link

tusc.sh: Experimental support for psitransfer #16

Closed innovarew closed 2 years ago

innovarew commented 3 years ago

Just to let you know, that I quickly hacked tusc.sh to support upload to psitransfer.

adhocore commented 3 years ago

thank you for contrib, however I'm not very sure if I should accept the PR

adhocore commented 3 years ago

tusc.sh is meant to be generic tus protocol client. if we could integrate psitrans with very little change and impact then maybe we can have it - the current change seems impacting general purpose usecase and common logic as well

innovarew commented 3 years ago

I totally understand the point of not merging the PR as it is now.

I'll be updating the code so the support for psitransfer is less intrusive. The idea is having a flag tusc.sh --psitransfer to isolate the psitransfer specific changes inside conditionals if's to not clutter tusc.sh code.

adhocore commented 2 years ago

closing for now. pls feel free to open and fix the PR if you so wish