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 31e73f768 GH-371: Re-implement the channel pool of an SftpFileSystem add d4925e925 SftpFileSystem: keep a session until the filesystem is closed No new revisions were added by this update. Summary of changes: docs/technical/sftp_filesystem.md | 7 +- .../apache/sshd/sftp/client/fs/SftpFileSystem.java | 81 ++++++++----- .../sftp/client/fs/SftpFileSystemAutomatic.java | 69 +++++++++++ .../fs/SftpFileSystemClientSessionInitializer.java | 43 +++++-- .../sftp/client/fs/SftpFileSystemProvider.java | 131 ++++++++++++++++----- .../sshd/sftp/client/fs/SftpFileSystemTest.java | 36 ++++++ 6 files changed, 299 insertions(+), 68 deletions(-) create mode 100644 sshd-sftp/src/main/java/org/apache/sshd/sftp/client/fs/SftpFileSystemAutomatic.java