### cat Prints the contents of remote files Usage: `cat remotepath1 remotepath2 ...`
To avoid issues with encoding on Windows, if you want to cat the exact binary contents of a remote file into a local one,
use non-interactive mode with -o /path/to/file. See help "non-interactive"