Package | Description |
---|---|
org.globus.ftp |
Modifier and Type | Field | Description |
---|---|---|
protected ChecksumAlgorithm |
ChecksumOptions.algo |
|
static ChecksumAlgorithm |
ChecksumAlgorithm.MD5 |
Modifier and Type | Method | Description |
---|---|---|
String |
GridFTPClient.checksum(ChecksumAlgorithm algorithm,
long offset,
long length,
String file) |
Computes and returns a checksum of a file.
|
void |
GridFTPClient.setChecksum(ChecksumAlgorithm algorithm,
String value) |
Sets the checksum values ahead of the transfer
|
Constructor | Description |
---|---|
ChecksumOptions(ChecksumAlgorithm algo) |
Copyright © 2018. All rights reserved.