An NDoc Documented Class Library

ExFTPConnection.Synchronize Method

Synchronizes LocalDirectory on the local machine with ServerDirectory according to the synchronization rules in DefaultSyncRules.

Overload List

Synchronizes LocalDirectory on the local machine with ServerDirectory according to the synchronization rules in DefaultSyncRules.

public FTPSyncResults Synchronize();

Synchronizes LocalDirectory on the local machine with ServerDirectory according to the given synchronization rules.

public FTPSyncResults Synchronize(FTPSyncRules);

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

public FTPSyncResults Synchronize(string,string);

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

public FTPSyncResults Synchronize(string,string,FTPSyncRules);

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace