tomaswolf opened a new pull request, #864: URL: https://github.com/apache/mina-sshd/pull/864
Use a thread-safe `SftpClient`, serializing all writes for SFTP commands or data over a single SSH channel. If needed, re-create the channel (and `SftpClient`) if it gets closed by the server side. As a result, an `SftpFileSystem` uses a single SSH channel. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
