You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2022/11/25 20:07:15 UTC

[mina-sshd] branch master updated (29ed50c85 -> d04aadcf7)

This is an automated email from the ASF dual-hosted git repository.

twolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


    from 29ed50c85 GH-268: Fix ClientConnectionService.sendHeartBeat()
     add 9630cf9c2 GH-275: Improve SFTP status message parsing
     add d04aadcf7 GH-275: More logging for SFTP clients

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 .../helpers/AbstractSftpClientExtension.java       |  16 +-
 .../sshd/sftp/client/impl/AbstractSftpClient.java  | 193 +++++++++++----------
 .../sshd/sftp/client/impl/DefaultSftpClient.java   |  10 +-
 .../sftp/client/impl/SftpInputStreamAsync.java     |   8 +-
 .../apache/sshd/sftp/client/impl/SftpStatus.java   |  71 ++++++++
 .../sshd/sftp/client/impl/SftpStatusTest.java      |  90 ++++++++++
 7 files changed, 279 insertions(+), 110 deletions(-)
 create mode 100644 sshd-sftp/src/main/java/org/apache/sshd/sftp/client/impl/SftpStatus.java
 create mode 100644 sshd-sftp/src/test/java/org/apache/sshd/sftp/client/impl/SftpStatusTest.java