You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2013/07/26 11:49:19 UTC

[3/4] git commit: Fix distribution readme

Fix distribution readme

Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/ec9d260a
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/ec9d260a
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/ec9d260a

Branch: refs/heads/master
Commit: ec9d260ab898a1a6265eb376dd864ef236371885
Parents: 925e3ff
Author: Guillaume Nodet <gn...@apache.org>
Authored: Fri Jul 26 11:48:44 2013 +0200
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Fri Jul 26 11:48:44 2013 +0200

----------------------------------------------------------------------
 assembly/src/main/distribution/README.txt | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/ec9d260a/assembly/src/main/distribution/README.txt
----------------------------------------------------------------------
diff --git a/assembly/src/main/distribution/README.txt b/assembly/src/main/distribution/README.txt
index 81e0c30..e6852a8 100644
--- a/assembly/src/main/distribution/README.txt
+++ b/assembly/src/main/distribution/README.txt
@@ -26,12 +26,20 @@ This distribution provides a simple demonstration of a SSH
 server that you can launched using the shell scripts in the
 bin folder.  By default, the port used is 8000 and the authentication
 will succeed if the username and password are the same.
+SCP and SFTP support are both enabled in this configuration.
 
 The lib folder contains the sshd-core jar which is the main jar
 and its required dependencies (slf4j-api and mina-core).
+Note that if you're running on JDK 7, mina-core becomes an optional
+dependency as a native IO layer built on top of NIO2 is provided
+and selected by default if available.
+
 The sshd-pam module is an experimental module for leveraging the
 Unix PAM authentication mechanism which is not really usable at the
 moment.
+The sshf-sftp module is an experimental module which provides an
+object model for the SFTP subsystem to ease writing custom SFTP
+servers.
 
 Please send feedback to users@mina.apache.org.