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

ExFTPConnectionSynchronize(String, String) Method

Synchronizes the given local directory with the given remote directory according to the synchronization rules in DefaultSyncRules.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public FTPSyncResults Synchronize(
	string localDirectory,
	string serverDirectory
)

Parameters

localDirectory  String
Directory on the local machine to synchronize.
serverDirectory  String
Directory on the server to synchronize.

Return Value

FTPSyncResults
[!:FTPSyncReport] containing results of synchronization operation

Remarks

See Also