edtFTPnet/Express - Class Reference

ExFTPConnection.Synchronized Event

public event FTPSyncEventHandler Synchronized;

Event Data

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

Property Description
Cancel Determines whether or not the operation should be cancelled.
Exception The exception thrown if a transfer failed.
LocalDirectory  
RemoteDirectory  
Succeeded Indicates whether or not the transfer succeeded.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace