Click or drag to resize

FtpGetFileHash Method

Overload List
  NameDescription
Public methodGetFileHash(String, FtpHashType)
Returns the checksum of the specified remote file. You can use FileHash class to compute or validate local file checksum.
Public methodGetFileHash(String, FtpHashType, Int64, Int64)
Returns the checksum of the specified remote file. You can use FileHash class to compute or validate local file checksum.
Top
See Also