You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Alix Lourme (JIRA)" <ji...@apache.org> on 2016/11/08 22:11:59 UTC

[jira] [Commented] (SSHD-150) Need an API to configure a user's home directory

    [ https://issues.apache.org/jira/browse/SSHD-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15648948#comment-15648948 ] 

Alix Lourme commented on SSHD-150:
----------------------------------

A couple of minutes for upgrade a similar SFTP Server unit test use case from v0.14.0 to v1.2.0 (if Java 7) / v1.3.0 (if Java 8) and _java.nio.file.Path_ usage => The solution :

{code}
sshServer.setFileSystemFactory(new VirtualFileSystemFactory(FileSystems.getDefault().getPath(rootDir)));
{code}

> Need an API to configure a user's home directory
> ------------------------------------------------
>
>                 Key: SSHD-150
>                 URL: https://issues.apache.org/jira/browse/SSHD-150
>             Project: MINA SSHD
>          Issue Type: New Feature
>    Affects Versions: 0.6.0
>         Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
> Maven home: C:\Java\apache-maven-3.0.3\bin\..
> Java version: 1.6.0_29, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_29\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Gary Gregory
>
> I need an API to configure a user and his home directory, just like you can with Apache's FTP server BaseUser class (http://mina.apache.org/ftpserver/): 
> {code:java}
>         final BaseUser user = (BaseUser) userManager.getUserByName("test");
>         user.setHomeDirectory(getTestDirectory());
> {code}
> My goal is to embed an SSHd server in the SFTP unit tests for Apache Commons VFS.
> I need to point the test user's home directory to a subdirectory in the projects's resources.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)