If I download the rcat’ed files they are identical. Is this expected behavior or is it a bug? I think these two commands should work the same in this case.
rcat will stream the file to the upload so it doesn't know how big the file is or its checksum when it starts the upload so it will upload it regardless
Updating the example is a good idea! I'll do that now...
Hmm --checksum could work if the file is greater than
--streaming-upload-cutoff int Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k)
I'm not sure it actually does though - what do you find?