SocketTools .NET Edition

FtpClient.VerifyFile Method

Verify that the contents of a file on the local system are the same as the specified file on the server.

Overload List

Verify that the contents of a file on the local system are the same as the specified file on the server.

public bool VerifyFile(string,string);

Verify that the contents of a file on the local system are the same as the specified file on the server.

public bool VerifyFile(string,string,FtpVerifyOptions);

See Also

FtpClient Class | SocketTools Namespace