If I do cat > filename.ext and then type in a bunch of text that text will (1) be echo'd onto the screen as I type it in and (2) appear in filename.ext.
That's okay if I'm doing that for text files but it's more problematic if I'm doing it for binary files because strange things can happen as discussed in https://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-puttyputty .
So any ideas how I might be able to make it so that keys that I type aren't echo'd back to the screen?