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 69b64dad1 Revert "Updated Bouncycastle libraries version to 1.78"
add 959da845d sftp readdir: determine file type from longname
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
.../sshd/common/util/io/DirectoryScanner.java | 23 ++-
.../sftp/client/fs/SftpClientDirectoryScanner.java | 24 ++-
.../sshd/sftp/client/impl/AbstractSftpClient.java | 5 +-
.../org/apache/sshd/sftp/common/SftpHelper.java | 115 ++++++++++++--
.../apache/sshd/sftp/common/SftpHelperTest.java | 165 +++++++++++++++++++++
6 files changed, 312 insertions(+), 21 deletions(-)
create mode 100644
sshd-sftp/src/test/java/org/apache/sshd/sftp/common/SftpHelperTest.java