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. |
FTPSynchronizeView Class | EnterpriseDT.Net.Ftp.Forms Namespace