Daniel Schultze
Results
3
comments of
Daniel Schultze
I've contributed a PR to handle this issue. #674
Removing the `--binary` option and adding a large buffer `-B 10000000` made the program work as desired.
> Are you sure it works as desired after removing `--binary`? `--base64` is probably meaningless without either `--binary` or `--binary-prefix`. Or have you decoded the file manually, outside of Websocat?...