Telnet Server Application Development (Windows CE 5.0)
Windows CE includes the source code for a sample Telnet server, also referred to as telnetd. You can install this sample Telnet server on a Windows CE–based device to allow remote administration through a standard Telnet client.
The sample Telnet server for Windows CE supports IPv6. For more information about IPv6, see Core Protocols of IPv6 and IPv6 Addressing.
The sample code for the Telnet server is located in the %_WINCEROOT%\public\servers\sdk\samples\telnetd directory. This sample code is intended to demonstrate how to write a Telnet server for a Windows CE-based device. This sample also demonstrates how to write a network service for a Windows CE-based device.
You can use Services.exe to start, stop, and refresh a Telnet server. For more information, see Services.exe.
**Note **Using the Telnet Server provided with Windows CE poses potential security risks. Therefore it is highly recommended that you read Telnet Server Security before using or deploying the sample.
In This Section
- Telnet Server User Lists
Describes the registry key that contains the list of user names. - Telnet Server Input Options
Describes the options available for entering information through a command line.
Related Sections
Activating a Service Programmatically | Registering a Service Programmatically | Controlling a Running Service | Stopping a Running Service | Using Services.exe from the Command Line
Send Feedback on this topic to the authors