Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Telnet Client Does Not Send CRLF When Expected


Symptoms

After you set the Telnet Client to send CRLF (Carriage Return Line Feed), it sends only CR.

↑ Back to the top


Workaround

To resolve this issue, set the Telnet Client to send CRLF after you establish a Telnet session. To do this, follow these steps:

  1. Start the Telnet Client.
  2. Open a Telnet session to a Telnet server.
  3. Press CTRL+] to switch to command mode.
  4. Type set crlf.
  5. Press ENTER to return to session mode.
Now the Telnet Client will send both CR and LF to the server. However, you will not be able to open another session in the present Telnet session.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

↑ Back to the top


More Information

Until the Telnet connection is established (that is, until the authentication is over), the Telnet session requires only CR, irrespective of the CRLF setting.

If you set the CRLF option before authentication, the Telnet Client will send LFs when they are not appropriate. For example, after you type a user name and press ENTER, the following sequence is sent:

Username+CR+LF
The following sequence should be sent:


Username+CR
The result is that the password now becomes "LF+password", which causes the logon process to be unsuccessful.

↑ Back to the top


Keywords: kb, kbbillprodsweep, kbprb

↑ Back to the top

Article Info
Article ID : 322846
Revision : 5
Created on : 8/19/2020
Published on : 8/20/2020
Exists online : False
Views : 118