Differences
This shows you the differences between the selected revisions of the page.
2018-12-20 | 2018-12-20 | ||
failonnomatch for transfer operations (martin) | grammar (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. For file transfers and synchronization, use the method return value, if the method performed any operation. | | + | | ''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 a method return value, to check if the method performed any operation. | |