Telnet Command In Windows Server 2008

In this article I am going to explain about Telnet command in Windows Server 2008 operating system and also explain it's related syntax.
  • 3638

Introduction

Telnet command is Windows Server 2008 command line tool. This command is available in Windows 7, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP. This command is create Communicates with a computer running the Telnet Server service.

Syntax

telnet [/a] [/e <EscapeChar>] [/f <FileName>] [/l <UserName>] [/t {vt100 | vt52 | ansi | vtnt}] [<Host> [<Port>]] [/?]

Parameter of Telnet command

Parameter Description
/a This parameter is attempt automatic logon.
/e <EscapeChar> Escape character used to enter the Telnet client prompt.
/f <FileName> File name used for client side logging.
/l <UserName> This parameter is specified the user name to log on with on the remote computer.
/t {vt100 | vt52 | ansi | vtnt} This parameter is specified the terminal type.
<Host> [<Port>] This parameter is specified the hostname or IP address of the remote computer.
/? Displays Help at the command prompt.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.