Differences
This shows you the differences between the selected revisions of the page.
2015-12-17 | 2015-12-17 | ||
removing uses of option batch and confirm not needed since 5.6 with release of the next major branch 5.8 (martin) | typo (martin) | ||
Line 39: | Line 39: | ||
| ''echo'' | Irrelevant for .NET assembly. | | | ''echo'' | Irrelevant for .NET assembly. | | ||
| ''batch'' | Read about [[library_from_script#mode|mapping scripting modes to .NET assembly]]. | | | ''batch'' | Read about [[library_from_script#mode|mapping scripting modes to .NET assembly]]. | | ||
- | | ''confirm'' | .NET asembly is non-interactive, so confirmations are always off. | | + | | ''confirm'' | .NET assembly is non-interactive, so confirmations are always off. | |
| ''reconnecttime'' | Set ''[[library_session|Session.ReconnectTime]]''. | | | ''reconnecttime'' | Set ''[[library_session|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. | | ||