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/29 18:57:40 UTC

[mina-sshd] branch master updated (d04aadcf7 -> 8001decde)

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 d04aadcf7 GH-275: More logging for SFTP clients
     add 8001decde SFTP: Refactor to reduce code duplication

No new revisions were added by this update.

Summary of changes:
 .../helpers/AbstractSftpClientExtension.java       |  52 +--
 .../sshd/sftp/client/impl/AbstractSftpClient.java  | 458 ++++++++++-----------
 .../sshd/sftp/client/impl/DefaultSftpClient.java   |  55 +--
 .../sftp/client/impl/SftpInputStreamAsync.java     |  62 +--
 .../sftp/client/impl/SftpOutputStreamAsync.java    |  14 +-
 .../apache/sshd/sftp/client/impl/SftpResponse.java |  86 ++++
 .../apache/sshd/sftp/client/impl/SftpStatus.java   |   8 +-
 7 files changed, 398 insertions(+), 337 deletions(-)
 create mode 100644 sshd-sftp/src/main/java/org/apache/sshd/sftp/client/impl/SftpResponse.java