Compares checksum of the local data and remote file.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public bool Checksum( byte[] data, string remoteFile ) |
Visual Basic |
---|
Public Function Checksum ( _ data As Byte(), _ remoteFile As String _ ) As Boolean |
Visual C++ |
---|
public: bool Checksum( array<unsigned char>^ data, String^ remoteFile ) |
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
local data
- remoteFile
- Type: System..::..String
remote file
Return Value

true

false
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |