Package | Description |
---|---|
org.apache.sshd.server | |
org.apache.sshd.server.command | |
org.apache.sshd.server.filesystem | |
org.apache.sshd.server.sftp |
Modifier and Type | Method and Description |
---|---|
FileSystemView |
FileSystemFactory.createFileSystemView(Session session)
Create user specific file system view.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemAware.setFileSystemView(FileSystemView view)
Set the file system in which this shell will be executed.
|
Modifier and Type | Field and Description |
---|---|
protected FileSystemView |
ScpCommand.root |
Modifier and Type | Method and Description |
---|---|
void |
ScpCommand.setFileSystemView(FileSystemView view) |
Modifier and Type | Class and Description |
---|---|
class |
NativeFileSystemView
Internal class, do not use directly.
File system view based on native file system.
|
Modifier and Type | Method and Description |
---|---|
FileSystemView |
NativeFileSystemFactory.createFileSystemView(Session session)
Create the appropriate user file system view.
|
Modifier and Type | Method and Description |
---|---|
void |
SftpSubsystem.setFileSystemView(FileSystemView view) |
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.