When set, this flag will cause synchronization to stop when errors occur.
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.