documentation url: https://ssh2-python.readthedocs.io/en/latest/sftp_handle.html#ssh2.sftp_handle.SFTPHandle.read Problem: Documentation says that read returns bytes, but it actually returns a tuple of (return code, bytes)