Package | Description |
---|---|
com.maverick.sftp |
The base implementation of the SFTP protocol enabling SFTP to be
operated over both SSH1 and SSH2 connections.
|
com.sshtools.sftp |
This package contains the SSHTools SFTP client converted for use with the J2SSH
Maverick API.
|
Modifier and Type | Method and Description |
---|---|
SftpMessage |
SftpSubsystemChannel.getExtensionResponse(UnsignedInteger32 requestId) |
SftpMessage |
SftpSubsystemChannel.getResponse(UnsignedInteger32 requestId) |
Modifier and Type | Method and Description |
---|---|
byte[] |
SftpSubsystemChannel.getHandleResponse(SftpMessage bar,
UnsignedInteger32 requestId) |
SftpFile |
SftpSubsystemChannel.getSingleFileResponse(SftpMessage bar,
String messageName)
Get a single SftpFile object from a message returning SSH_FXP_NAME result.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
SftpClient.processCheckFileResponse(SftpMessage resp,
RemoteHash algorithm) |
Copyright © 2024. All rights reserved.