tusc icon indicating copy to clipboard operation
tusc copied to clipboard

Single small binary for both TUS server and client

Results 5 tusc issues
Sort by recently updated
recently updated
newest added

Hi. Nice tool. Could you add a flag to client for deleting a file? ```shell ./tusc_linux_amd64 c -d 'http://0.0.0.0:8472/files/' 'e9bfa97199951b93bf07d5b36b45f2ea' ```

E.g. ``` .\tusc_windows_amd64.exe c http://localhost:5010/files/ 'My-FILE' http:///files/a2fc8d45-8f7d-4068-83d5-fa73eb99bb8d Upload incomplete Patch http:///files/a2fc8d45-8f7d-4068-83d5-fa73eb99bb8d: http: no Host in request URL ```

cant do a go mod upgrade because package paths in github.com/eventials/go-tus have changed quite bit. If this is abandoned i can fork and upgrade. please let me know ...

The command to start the server should have -b instead of -h. The create and upload files commands use different file names(test.txt is created, upload command has name text.txt)

It looks like you're automatically including `filename` as part of the `Upload-Metadata`? Would you be open to adding some way that I could include additional metadata with my upload? I'm...