This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.
from 8e84b0b [SSHD-1071] Fix problem when using 64k buffers in SFTP (#168) new 6e68b76 [SSHD-1077] Added command line option to request specific SFTP version in SftpCommandMain new 7deb2ad [SSHD-1058] Removed some unusued local variables The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGES.md | 1 + .../apache/sshd/cli/client/SftpCommandMain.java | 113 +++++++++++++++------ .../java/org/apache/sshd/common/NamedResource.java | 6 ++ .../AbstractResourceKeyPairProvider.java | 1 - .../apache/sshd/agent/unix/AgentServerProxy.java | 2 - .../apache/sshd/common/io/nio2/Nio2Acceptor.java | 1 - .../apache/sshd/server/channel/ChannelSession.java | 1 - .../sshd/server/session/AbstractServerSession.java | 1 - .../sshd/sftp/client/SftpVersionSelector.java | 89 +++++++++++++--- .../sshd/sftp/client/SftpVersionResolverTest.java | 100 ++++++++++++++++++ 10 files changed, 264 insertions(+), 51 deletions(-) create mode 100644 sshd-sftp/src/test/java/org/apache/sshd/sftp/client/SftpVersionResolverTest.java