Interface | Description |
---|---|
RegularExpressionMatching |
Interface for treating a filename as a regular expression and returning the
list of files that match.
|
Class | Description |
---|---|
DirectoryOperation |
This class provides a list of operations that have been/or will be completed
by the SftpClient's copyRemoteDirectory/copyLocalDirectory methods.
|
GlobRegExpMatching | |
NoRegExpMatching |
Implements the RegularExpressionMatching Interface.
Performs no regular expression matching so: matchFilesWithPattern() simply returns the files parameter it is passed as an argument matchFileNamesWithPattern() simply returns a 1 element array containing the filename on the first element of the file[] argument passed to it. |
NullOutputStream | |
RegExpMatching | |
SftpChannel |
Abstract task implementing SFTP operations.
|
SftpClient |
An abstract task that implements an SFTP client.
|
SftpClientTask |
An abstract task that implements an SFTP client.
|
SftpFile |
Represents an SFTP file object.
|
SftpFileInputStream |
An InputStream to read the contents of a remote file.
|
SftpFileOutputStream |
An OutputStream to write data to a remote file.
|
SftpMessage | |
StatVfs |
Enum | Description |
---|---|
RemoteHash |
Exception | Description |
---|---|
TransferCancelledException |
Exception thrown when a file transfer is cancelled.
|
Copyright © 2022. All rights reserved.