Ftp.GetSupportedChecksumTypes Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
GetSupportedChecksumTypes()
Returns checksum types supported by the server. This method will be deprecated. Please use GetSupportedChecksumAlgorithms() method instead.
Declaration
public FtpChecksumType[] GetSupportedChecksumTypes()
Returns
Type | Description |
---|---|
FtpChecksumType[] | Checksum types supported by the server. |