| Interface | Description |
|---|---|
| SftpClient |
Providers will create an instance of an implementation of this interface to
access the SFTP system.
|
| Class | Description |
|---|---|
| AbstractSftpClient |
Abstract implementation of an
SftpClient, providing some common
methods. |
| SftpException.SftpCode |
SFTP error code.
|
| SftpFile |
Represents a single file on the remote server.
|
| Exception | Description |
|---|---|
| SftpException |
Specialised
SshException that is thrown by operations in
SftpClient. |
Copyright © 2018. All rights reserved.