tomaswolf commented on issue #468:
URL: https://github.com/apache/mina-sshd/issues/468#issuecomment-2094915566

   I've merged a change that tightens SFTP read requests. If a server sends 
back more data than requested, an exception is thrown. If you set 
`SftpModuleProperties.TOLERATE_EXCESS_DATA` to `true`, we only log a warning 
and ignore excess data. Whether that helps in your case in unclear, though. 
When a server returns more data than requested, the client cannot know which 
bytes are in excess: some at the beginning, or some at the end? Or some in 
between?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to