edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionOnSynchronizing Method

Called before synchronization begins.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected virtual bool OnSynchronizing(
	string localDirectory,
	string serverDirectory
)

Parameters

localDirectory  String
Local directory
serverDirectory  String
Remote directory

Return Value

Boolean

See Also