See: Description
Interface | Description |
---|---|
FileTransferProgress |
Interface for monitoring the state of a file transfer
|
Class | Description |
---|---|
ACL |
Version 4 of the SFTP protocol introduces an ACL field in the
SftpFileAttributes structure. |
SftpFile |
Represents an SFTP file object.
|
SftpFileAttributes |
This class represents the ATTRS structure defined in the
draft-ietf-secsh-filexfer-02.txt which is used by the protocol to store file
attribute information.
|
SftpFileInputStream |
An InputStream to read the contents of a remote file.
|
SftpFileOutputStream |
An OutputStream to write data to a remote file.
|
SftpMessage | |
SftpSubsystemChannel |
This class implements the SFTP protocol which is executed as an SSH
subsystem.
|
Exception | Description |
---|---|
SftpStatusException |
This exception is thrown by the
SftpSubsystemChannel class whenever a
status message is received that is not expected. |
TransferCancelledException |
Exception thrown when a file transfer is cancelled.
|
The base implementation of the SFTP protocol enabling SFTP to be
operated over both SSH1 and SSH2 connections.
Copyright © 2024. All rights reserved.