Hi guys i have a small project going on, and this project requires me to send a cmd via telnet to a device and i get a reply and it troughs out the ansewer on a array.. i need to parse this data só i can store in on a mysql table.. this is the data output reply from the
Tag: telnet
Docker Cannot assign requested address
I think I’m pretty close (I hope) to having xdebug running in a docker container, aiming to connect via Visual Studio Code. I think that maybe I’m supposed to add a config to the /etc/hosts file in the container, directing an IP address to the url my files are being served over, but am not sure what that IP address
PuTTY shows weird characters when connected to Telnet/sockets server implemented in PHP
I am working on a PHP program that implements a sockets and Telnet server. I am using PuTTY as my Telnet client. My problem is that whenever I type something in PuTTY, it shows me these weird characters before what I actually typed: I reinstalled PuTTY but it did not work. This is my PHP server code: Any help to