Differences
This shows you the differences between the selected revisions of the page.
2016-01-19 | 2016-03-16 | ||
temporary SshPrivateKeyPassphrase anchor (martin) | 5.8.2 Bug 1394 Method Session.ScanFingerprint to scan server’s hostkey or certificate fingerprint. (martin) | ||
Line 1: | Line 1: | ||
====== SessionOptions Class ====== | ====== SessionOptions Class ====== | ||
- | Defines information to allow an automatic connection and authentication of the session. Is used with ''[[library_session_open|Session.Open]]'' method. | + | Defines information to allow an automatic connection and authentication of the session. Is used with the ''[[library_session_open|Session.Open]]'' and ''[[library_session_scanfingerprint|Session.ScanFingerprint]]'' methods. |
You can have WinSCP [[ui_generateurl|generate a code template]] for ''SessionOptions'' for you. | You can have WinSCP [[ui_generateurl|generate a code template]] for ''SessionOptions'' for you. | ||
Line 49: | Line 49: | ||
===== Remarks ===== | ===== Remarks ===== | ||
- | You need to fill in all properties required to connect and authenticate your session automatically. | + | The using the ''SessionOptions'' instance with the ''[[library_session_open|Session.Open]]'', you need to fill in all properties required to connect and authenticate your session automatically. |
You always need to fill in ''Protocol'', ''HostName'' and ''UserName'' ((Except for very rare occasions that the server does not require username.)). | You always need to fill in ''Protocol'', ''HostName'' and ''UserName'' ((Except for very rare occasions that the server does not require username.)). |