Object: | XFResume |
Syntax: | XFResume.VerifyChecksums [=Boolean] |
Type: | Boolean |
Default Value: | False |
Read/Write: | Read/Write |
Description: | In a resumable file transfer, if the request was not cached (that is, if CacheRequest
is set to false ), VerifyChecksums
tells the XFRequest object to
verify that the files to transfer were not modified, before resuming the file transfer.
If the files were modified, an error will occur.
|