[
https://issues.apache.org/jira/browse/SSHD-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved SSHD-82.
---------------------------------
Resolution: Fixed
Fix Version/s: 0.5.0
Assignee: Guillaume Nodet
Committing to https://svn.apache.org/repos/asf/mina/sshd/trunk ...
M sshd-core/src/main/java/org/apache/sshd/SshServer.java
A
sshd-core/src/main/java/org/apache/sshd/server/FileSystemAware.java
A
sshd-core/src/main/java/org/apache/sshd/server/FileSystemFactory.java
A
sshd-core/src/main/java/org/apache/sshd/server/FileSystemView.java
M
sshd-core/src/main/java/org/apache/sshd/server/ServerFactoryManager.java
A sshd-core/src/main/java/org/apache/sshd/server/SshFile.java
M
sshd-core/src/main/java/org/apache/sshd/server/channel/ChannelSession.java
A
sshd-core/src/main/java/org/apache/sshd/server/filesystem/NameEqualsFileFilter.java
A
sshd-core/src/main/java/org/apache/sshd/server/filesystem/NativeFileSystemFactory.java
A
sshd-core/src/main/java/org/apache/sshd/server/filesystem/NativeFileSystemView.java
A
sshd-core/src/main/java/org/apache/sshd/server/filesystem/NativeSshFile.java
M
sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java
M
sshd-core/src/main/java/org/apache/sshd/server/sftp/SftpSubsystem.java
Committed r1027586
> Integrate with MINA FtpServer file system view
> ----------------------------------------------
>
> Key: SSHD-82
> URL: https://issues.apache.org/jira/browse/SSHD-82
> Project: MINA SSHD
> Issue Type: Improvement
> Affects Versions: 0.3.0
> Reporter: Richard Evans
> Assignee: Guillaume Nodet
> Fix For: 0.5.0
>
> Attachments: Virtual_File_System.patch
>
>
> The FtpServer project inclues a file system view concept which allows
> 'virtual file systems' . This is especially useful when Ftpserver is
> embedded in another applicaiton since it allows a view of directories and
> data which is specific to the hosting application.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.