Gets or sets a checksum type to be preferred in multi-file operations when FTP server supports several checksum types.
Default value: SHA1.

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

Syntax

Visual Basic
Public Property PreferredChecksumType As FtpChecksumType
	Get
	Set
C#
public FtpChecksumType PreferredChecksumType { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also