edtFTPnet/Express - Class Reference

FTPSynchronizeView.CompareFiles Event

public event FTPCompareEventHandler CompareFiles;

Event Data

The event handler receives an argument of type FTPCompareEventArgs containing data related to this event. The following FTPCompareEventArgs properties provide information specific to this event.

Property Description
Action Action required to synchronize the files.
LocalFile Reference to the local file.
Match Brief textual description of how the two files compare.
RemoteFile Reference to the remote file.

See Also

FTPSynchronizeView Class | EnterpriseDT.Net.Ftp.Forms Namespace