edtFTPnet/Express - Class Reference

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 void Synchronize();

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

public void Synchronize(FTPSyncRules);

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

public void Synchronize(string,string);

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

public void Synchronize(string,string,FTPSyncRules);

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace