An NDoc Documented Class Library

ExFTPConnection.Synchronize Method (String, String)

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

public FTPSyncResults Synchronize(
   string localDirectory,
   string serverDirectory
);

Parameters

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

Return Value

FTPSyncReport containing results of synchronization operation

Remarks

See Synchronize for more details.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace | ExFTPConnection.Synchronize Overload List