Computer Hope

Microsoft => Microsoft Windows => Windows Server => Topic started by: Xeratul on November 08, 2006, 06:25:36 PM

Title: What are these Windows telnet files for?
Post by: Xeratul on November 08, 2006, 06:25:36 PM
I found some files on a Windows Server 2003 machine.

tlntsvr.exe
tlntsess.exe
tlntadmn
tntsvrp.dll

I tried to run the executables, but the black command prompt window closed immediately. Then I ran it from the command prompt so I could see whatever error, and it said "Program too big to fit in memory."

What do they do? I couldn't find these files on my normal Windows XP computer, can I use them to set up a Telnet Server or manage it remotely with the tlntadmn.exe? I thought Windows only came with a telnet client.
Title: Re: What are these Windows telnet files for?
Post by: ale52 on November 08, 2006, 07:12:30 PM
Might have a look here:

http://technet2.microsoft.com/WindowsServer/en/library/566bc823-b916-40cf-a0c0-1dedffaebeb11033.mspx?mfr=true


TLNTADMN.EXE (Telnet Administrator). Used to configure the settings for the Telnet server under Windows XP.

TLNTSESS.EXE (Telnet Sessions Viewer). Displays the currently connected Telnet sessions.

TLNTSVR.EXE (Telnet). An application that allows a Telnet terminal session with an online host.

Alan <><  :D
Title: Re: What are these Windows telnet files for?
Post by: Xeratul on November 08, 2006, 08:00:56 PM
Any idea how I can use them?

I read the article already, and I think it only tells you to use the command which isn't working.
Title: Re: What are these Windows telnet files for?
Post by: Rob Pomeroy on November 08, 2006, 08:07:10 PM
Telnet is inherently insecure and not an advisable service to run.  SSH is best.  What exactly do you wish to achieve?