Differences
This shows you the differences between the selected revisions of the page.
2016-03-16 | 2016-03-29 | ||
5.8.2 Bug 1394 API to scan server's hostkey or certificate fingerprint (martin) | library_example_known_hosts (martin) | ||
Line 27: | Line 27: | ||
| [[library_sessionremoteexception|SessionRemoteException]] | Connection has failed. \\ See the exception documentation for details. | | | [[library_sessionremoteexception|SessionRemoteException]] | Connection has failed. \\ See the exception documentation for details. | | ||
| TimeoutException | Timeout waiting for ''winscp.com'' to respond. | | | TimeoutException | Timeout waiting for ''winscp.com'' to respond. | | ||
+ | |||
+ | ===== [[example]] Examples ===== | ||
+ | ==== Real-Life Examples ==== | ||
+ | |||
+ | * [[library_example_known_hosts|Implementing SSH host key cache (known hosts)]]. | ||