Gets or sets a value that makes the client calculate checksums of files being uploaded and logs them into the log.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Property LogChecksums As Boolean
	Get
	Set
C#
public bool LogChecksums { get; set; }

Field Value

True to enable checksum logging; false to disable it.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also