edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Synchronizes [!:LocalDirectory] on the local machine with [!:ServerDirectory] according to the given synchronization rules.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public FTPSyncResults Synchronize(
	FTPSyncRules syncRules
)
Visual Basic
Public Function Synchronize ( _
	syncRules As FTPSyncRules _
) As FTPSyncResults
Visual C++
public:
FTPSyncResults^ Synchronize(
	FTPSyncRules^ syncRules
)

Parameters

syncRules
Type: EnterpriseDT.Net.Ftp..::..FTPSyncRules
Rules to apply to the synchronization operation.

Return Value

[!:FTPSyncReport] containing results of synchronization operation

Remarks

See Also