Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.maverick.sshd.platform |
This package contains the interfaces that are required to be
implemented to create an SSH server implementation.
|
com.maverick.sshd.sftp |
Modifier and Type | Method and Description |
---|---|
FileSystem |
SftpSubsystem.getFileSystem() |
FileSystem |
TransferEvent.getNfs() |
Modifier and Type | Method and Description |
---|---|
void |
TransferEvent.setNfs(FileSystem nfs) |
Modifier and Type | Method and Description |
---|---|
FileSystem |
FileSystemFactory.createInstance(Connection con,
String protocolInUse) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileSystem
This class is final.
|
Modifier and Type | Method and Description |
---|---|
FileSystem |
DirectFileSystemFactory.createInstance(Connection con,
String protocolInUse) |
Copyright © 2024. All rights reserved.