Package | Description |
---|---|
com.sshtools.sftp |
This package contains the SSHTools SFTP client converted for use with the J2SSH
Maverick API.
|
Modifier and Type | Method and Description |
---|---|
static RemoteHash |
RemoteHash.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteHash[] |
RemoteHash.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
SftpClient.doCheckFileHandle(String filename,
long offset,
long length,
RemoteHash algorithm) |
protected byte[] |
SftpClient.doCheckHashHandle(byte[] handle,
long offset,
long length,
RemoteHash algorithm) |
byte[] |
SftpClient.getRemoteHash(byte[] handle,
long offset,
long length,
RemoteHash algorithm) |
byte[] |
SftpClient.getRemoteHash(byte[] handle,
RemoteHash algorithm) |
byte[] |
SftpClient.getRemoteHash(String path,
long offset,
long length,
RemoteHash algorithm) |
byte[] |
SftpClient.getRemoteHash(String path,
RemoteHash algorithm) |
protected byte[] |
SftpClient.processCheckFileResponse(SftpMessage resp,
RemoteHash algorithm) |
boolean |
SftpClient.verifyFiles(String localFile,
String remoteFile,
long offset,
long length,
RemoteHash algorithm) |
boolean |
SftpClient.verifyFiles(String localFile,
String remoteFile,
RemoteHash algorithm) |
Copyright © 2024. All rights reserved.