An NDoc Documented Class Library

FTPSyncRules.StopOnError Property

When set, this flag will cause synchronization to stop when errors occur.

public bool StopOnError {get; set;}

Remarks

If StopOnError is true (the default) the synchronization process will stop when an error occurs. If StopOnError is false then FTPSynchronizer will continue the process as far as it can. For example, if an attempt to create a directory fails then it will give up on transferring files in that directory, but will keep transferring other files.

See Also

FTPSyncRules Class | EnterpriseDT.Net.Ftp Namespace