Uploaded image for project: 'MINA SSHD'
  1. MINA SSHD
  2. SSHD-150

Need an API to configure a user's home directory

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.0
    • None
    • None

    Description

      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/):

              final BaseUser user = (BaseUser) userManager.getUserByName("test");
              user.setHomeDirectory(getTestDirectory());
      

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ggregory Gary D. Gregory
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: