Ananth kumar created SSHD-1335:
----------------------------------

             Summary: Add landing directory feature
                 Key: SSHD-1335
                 URL: https://issues.apache.org/jira/browse/SSHD-1335
             Project: MINA SSHD
          Issue Type: Improvement
            Reporter: Ananth kumar


Currently, we are able to set only the home directory using the 
VirtualFileSystemFactory class.
Our requirement is to land the user in the subdirectories of the home directory.
Is some feature can be provided to land the user in a different directory?

Eg:

The User A has the home directory as /A. But the User A should be landed into 
the /A/B directory after login
Current scenario:
{code:java}
sftp> pwd
/{code}
required Scenario:
{code:java}
sftp> pwd
/B {code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to