tomaswolf opened a new pull request, #495:
URL: https://github.com/apache/mina-sshd/pull/495

   Some SFTP servers appear to return sometimes more data than requested. If 
that happened, it was possible that a downloaded file would be corrupted (size 
larger than expected, and some duplicated data inside the file).
   
   By default, throw an exception if an SFTP server returns more data than 
requested. If property SftpModuleProperties.TOLERATE_EXCESS_DATA is set to true 
on the session or on the channel, discard such excess data and log a warning.
   
   Avoid code duplication; unify SSH_FXP_READ response handling in 
AbstractSftpClient.


-- 
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