Synchronizes LocalDirectory on the local machine with ServerDirectory according to the synchronization rules in DefaultSyncRules.
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);