edtFTPnet/Express - Class Reference

ExFTPConnection.OnSynchronized Method 

Called after synchronization ends.

protected internal virtual void OnSynchronized(
   string localDirectory,
   string serverDirectory,
   bool cancelled,
   Exception ex
);

Parameters

localDirectory
Local directory
serverDirectory
Remote directory
cancelled
true if the operation was cancelled (and the file was not deleted).
ex
Exception thrown (if failed)

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace