| Package | Description |
|---|---|
| net.sf.sshapi |
SSHAPI
|
| net.sf.sshapi.impl.libssh |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.sftp | |
| net.sf.sshapi.vfs |
| Modifier and Type | Method and Description |
|---|---|
SftpClient |
SshClient.createSftpClient()
Create a new SFTP client that may be used to perform file operations.
|
| Modifier and Type | Method and Description |
|---|---|
SftpClient |
LibsshClient.createSftpClient() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSftpClient
Abstract implementation of an
SftpClient, providing some common
methods. |
| Modifier and Type | Method and Description |
|---|---|
protected SftpClient |
SftpFileSystem.getClient() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SftpFileSystem.putClient(SftpClient sftp) |
Copyright © 2018. All rights reserved.