Top "Telnet" questions

Telnet is an old protocol for bidirectional interactive text-oriented communication with remote hosts via virtual terminals.

Can not use command telnet in git bash

I try to use the command telnet in Git Bash, but it shows this error: bash:telnet: command not found …

telnet git-bash
Python - inheriting from old-style classes

I am trying to connect via telnet to a laboratory instrument. I'd like to extend the Telnet class from the …

python inheritance telnet
Invoke-Expression: Positional parameter cannot be found that accepts argument /s

I have a .ps1 script which contains a line Invoke-Expression -Command "C:\Builds\$BuildName /s /v`"/l*v c:\build_…

powershell ssh installation telnet silent
How do I use fsockopen() to open a Telnet connection with a password?

I'd like to access a camera through it's Telnet capability. The problem is, it has Password-protection. This is no problem …

php telnet fsockopen
Does linux kill background processes if we close the terminal from which it has started?

I have an embedded system, on which I do telnet and then I run an application in background: ./app_name &…

linux shell telnet job-control
Send data over telnet without pressing enter

I've recently started messing around with Java sockets and telnet... I want the user to be able to connect to …

java sockets terminal telnet
PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer

I use socket_create() to create socket Resource,then I bind an IP address to it by socket_bind(), its …

php sockets telnet php-5.4
Indy 10: Undeclared Identifier 'TIdBytes'

Sorry if my question is silly! I'm using Delphi XE4 and now I'm working on IdTelnet. But I got a …

delphi telnet indy indy10 delphi-xe4
Really weird HTTP client using TcpClient in C#

I am implementing a simple HTTP Client that just connects to a web server and gets its default homepage. Here …

.net tcp webserver httpclient telnet
Telnet IAC command answering

I'm trying to negotiate a telnet connection with a socket. The socket is working,but the server is telling me …

sockets networking ip telnet tcpclient