SftpSettings.LogChecksums Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
LogChecksums
Gets or sets a value that makes the client calculate checksums of files being uploaded and logs them into the log.
Declaration
public bool LogChecksums { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to enable checksum logging; false to disable it. |