Package | Description |
---|---|
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 |
FileSystem.createSymbolicLink(String link,
String target)
Deprecated.
Create a symbolic link.
|
SftpFile |
FileSystem.readSymbolicLink(String path)
Deprecated.
Read the target location of a symbolic link.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractFileSystem.createSymbolicLink(String link,
String target) |
SftpFile |
AbstractFileSystem.readSymbolicLink(String path) |
Copyright © 2024. All rights reserved.