Questions tagged as 'telnet'

1
answer

TCPListener C # capture the values received by it.

I need to make an application that saves the log of a Telnet made to ip 10.123.12.123, to give an example, with a port 1234 for example too. The problem is that looking at examples I can not understand how the socket class works, I do not kno...
asked by 18.10.2017 / 08:42
0
answers

How to send and receive commands via telnet in a java application?

I am trying to make a program for the sample of meteorological parameters that come from another remote computer. Until the moment with the code that I have implemented I only have the connection with the remote computer but I can not get the wa...
asked by 08.04.2018 / 17:41
1
answer

WinError 10053 in script with Python and PyTS3

I have made a small script with Python and the PyTS3 module to mutate from my client automatically to all users connected to a TeamSpeak3 server that has not been added to my friends list. It connects to the client through an add-on called Cl...
asked by 13.03.2018 / 16:04
1
answer

Is it possible to use telnet to access a site via HTTPS?

I try to connect to link using Telnet, telnet https://es.stackoverflow.com/ 443 I get an answer telnet: could not resolve https://es.stackoverflow.com/443: Name or service not known If I try this way telnet es.stackoverflow.com 443...
asked by 05.01.2018 / 15:32
1
answer

Java Client via Telnet

Good, I am developing a java client to connect to a Unix server via Telnet, it connects me well without problems, it accepts commands and everything, but at the time of printing the on-screen menu does not recognize the vt100 configuration to or...
asked by 24.02.2017 / 14:08
0
answers

How to write a file.txt with PHP from HTML, with the code on a server

What happens is that I am writing according to the information of a telnet connection with php, but I only manage to create the file when I open the file from the server console in SecureCRT with the command "php file.php", but from the web I do...
asked by 11.10.2018 / 23:24
0
answers

Telnet in JavaScript - Node.js

I wanted to ask if someone could help me with a Telnet in JavaScript to use on port 25. Practically what I need to connect to a domain server to know if an email exists or not in that domain. I found this code that suits a bit but I do not un...
asked by 12.09.2018 / 22:04