This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.
from 45f84aa [SSHD-1003] Use asynchronous streams when forwarding ports new ebaafd1 [SSHD-1009] Document the usage of ScpShell for WinSCP new 79b8452 [SSHD-1009] Added CLI capability to specify SCP as the ShellFactory new f864954 [SSHD-1009] Fixed bugs in ScpShell to make it work on Windows new 1ffbbf2 [SSHD-1009] Fix users home on OSX and support for symlinks The 4 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: docs/scp.md | 25 + .../sshd/cli/server/SshServerCliSupport.java | 23 + .../org/apache/sshd/cli/server/SshServerMain.java | 18 +- .../org/apache/sshd/cli/server/SshFsMounter.java | 13 +- .../apache/sshd/common/file/FileSystemAware.java | 18 + .../apache/sshd/common/file/FileSystemFactory.java | 15 +- .../file/nativefs/NativeFileSystemFactory.java | 30 +- .../file/virtualfs/VirtualFileSystemFactory.java | 24 +- .../java/org/apache/sshd/common/util/OsUtils.java | 52 +- .../org/apache/sshd/common/util/OsUtilsTest.java | 24 +- .../apache/sshd/server/channel/ChannelSession.java | 2 +- .../java/org/apache/sshd/server/scp/ScpShell.java | 656 ++++++++++++++------- .../sshd/client/subsystem/sftp/SftpTest.java | 14 +- 13 files changed, 651 insertions(+), 263 deletions(-) rename {sshd-core => sshd-common}/src/main/java/org/apache/sshd/common/file/FileSystemFactory.java (71%) rename {sshd-core => sshd-common}/src/main/java/org/apache/sshd/common/file/nativefs/NativeFileSystemFactory.java (78%) rename {sshd-core => sshd-common}/src/main/java/org/apache/sshd/common/file/virtualfs/VirtualFileSystemFactory.java (87%)