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 |
---|---|
void |
SftpSubsystem.sendFilenameMessage(int id,
SftpFile[] files,
boolean isRealPath,
boolean isAbsolute) |
Modifier and Type | Method and Description |
---|---|
SftpFile[] |
FileSystem.readDirectory(byte[] handle)
Deprecated.
Read the contents of a directory.
|
SftpFile |
FileSystem.readSymbolicLink(String path)
Deprecated.
Read the target location of a symbolic link.
|
Modifier and Type | Method and Description |
---|---|
SftpFile[] |
AbstractFileSystem.readDirectory(byte[] handle) |
SftpFile |
AbstractFileSystem.readSymbolicLink(String path) |
Copyright © 2024. All rights reserved.