One question I get often about SharpSSH is whether its SFTP implementation support binary vs. ASCII transfer modes.
Well, file transfers in SharpSSH (and of course in JSch as well for
that matter) are always done in binary mode. As far as I know the SFTP
protocol didn’t define any specific mode for text (ASCII) file
transfers (as opposed for FTP).