Differences
This shows you the differences between the selected revisions of the page.
2018-12-20 | 2018-12-20 | ||
5.14.2 Bug 1707: Optionally failing synchronization in scripting when there are no changes. (martin) | failonnomatch for transfer operations (martin) | ||
Line 41: | Line 41: | ||
| ''confirm'' | .NET assembly is non-interactive, so confirmations are always off. | | | ''confirm'' | .NET assembly is non-interactive, so confirmations are always off. | | ||
| ''reconnecttime'' | Set ''[[library_session#reconnecttime|Session.ReconnectTime]]''. | | | ''reconnecttime'' | Set ''[[library_session#reconnecttime|Session.ReconnectTime]]''. | | ||
- | | ''failonnomatch'' | No explicit mapping. To check if mask matches any file, you have to retrieve directory listing and search the listing for matching files. | | + | | ''failonnomatch'' | No explicit mapping. To check if mask matches any file, you have to retrieve directory listing and search the listing for matching files. For file transfers and synchronization, use the method return value, if the method performed any operation. | |