This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch dev_3.0 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 95b7645737a04d1a929dc70b77b8b4a771bbc76a Merge: c04d59f94 2816b6057 Author: Thomas Wolf <tw...@apache.org> AuthorDate: Sat May 10 22:14:02 2025 +0200 Merge branch 'master' into 3.0.0 pom.xml | 2 +- .../org/apache/sshd/sftp/client/SftpClient.java | 11 +- .../sshd/sftp/client/fs/SftpPathIterator.java | 38 ++++--- .../apache/sshd/sftp/client/fs/impl/SftpUtils.java | 47 ++++++++ .../org/apache/sshd/sftp/common/SftpHelper.java | 27 +++-- .../sftp/server/AbstractSftpSubsystemHelper.java | 71 ++++++++---- .../apache/sshd/sftp/server/DirectoryHandle.java | 24 +++- .../sshd/sftp/client/fs/SftpFileSystemTest.java | 122 +++++++++++++++++++++ 8 files changed, 285 insertions(+), 57 deletions(-)