You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| PTY | Windows 10 version 1809 | Windows cmd/powershell/WSL using the K95 terminal emulator |
48
+
| SSH | Windows XP SP 3 | Earlier Windows releases will require writing an alternative SSH module based on some other SSH implementation |
49
+
| SSL/TLS | Windows XP SP 3 | This includes https, ftps and secure telnet support |
50
+
| TAPI | Windows 95 or NT 4.0 | Modem dialing via `set modem` should still work on earlier versions of windows |
51
+
| Toolbar | Windows NT 3.51 | Some GUI dialogs also require at least NT 3.51 |
52
+
| GUI | Windows NT 3.50 (x86), NT 3.51 (alpha/mips) | The GUI version (k95g.exe) is not currently available on the Alpha and MIPS versions of NT 3.50. |
61
53
62
54
OS/2 Support
63
55
------------
@@ -68,7 +60,7 @@ support should work with IBM TCP/IP 2.0 or newer.
68
60
There are still a number of outstanding issues caused by the switch from IBM
69
61
C/C++ 3.6 (for which the project has no license) to Open Watcom 1.9 (see issue
70
62
[#8](https://github.com/davidrg/ckwin/issues/8)), but none of these affect
71
-
making basic telnetor serial connections.
63
+
making basic telnet, serial or NetBIOS connections.
72
64
73
65
Supported Terminal Emulations
74
66
-----------------------------
@@ -91,19 +83,18 @@ supported and can be configured via the `set mouse reporting` command.
91
83
Documentation
92
84
-------------
93
85
94
-
The documentation is currently being updated for v3.0. In the meantime, the
95
-
[Kermit 95 manual v2.1](https://www.kermitproject.org/k95manual/) still covers
96
-
current releases quite well and is the first place to look for details on
97
-
features and capabilities specific to Windows and OS/2. The SSH Client reference
98
-
is now a little out of date, so consult the [SSH Readme](doc/ssh-readme.md) for more
99
-
details on what has changed in the Kermit 95 SSH implementation.
100
-
There is also a [Kermit 95 How-To](https://www.kermitproject.org/ckwhowto.html)
101
-
which may be useful for new users.
86
+
The Kermit 95 manual has mostly been revised for K95 v3.0 and is now included
87
+
as of beta 7. To view it, choose _Manual_ from the _Help_ menu, or type the
88
+
`manual` command at the K-95 prompt. There is also a
89
+
[Kermit 95 How-To](https://www.kermitproject.org/ckwhowto.html) which may be
90
+
useful for new users.
102
91
103
-
For everything else, consult the [C-Kermit Documentation](https://www.kermitproject.org/ckbindex.html).
92
+
The full documentation for the built-in SSH client is now included in the
93
+
_SSH Client Reference_ section of the users guide, but for a quick summary
94
+
you can consult the [SSH Readme](doc/ssh-readme.md).
104
95
105
-
If you previously used Kermit 95 and would like to know what's changed since v2.1,
106
-
see the [Kermit 95 Change Log](doc/changes.md) as well as the C-Kermit 9.0
96
+
If you previously used Kermit 95 v2.1 or earlier and would like to know what's
97
+
changed, see the [Kermit 95 Change Log](doc/changes.md) as well as the C-Kermit 9.0
0 commit comments