0
I wonder if there is any way to run my server in python socket and connect to it using command prompt. Is there any way to do it?
0
I wonder if there is any way to run my server in python socket and connect to it using command prompt. Is there any way to do it?
Browser other questions tagged python python-3.x socket internet
You are not signed in. Login or sign up in order to post.
If you are not working with binary information, you can use the telnet "command": https://pt.wikipedia.org/wiki/Telnet%20%22Telnet. However, in new versions of Windows, this command must be enabled.
– mau humor
Yes. But what do you want to do? Connect from another Ptyhon program? Or from some specific program?
– jsbueno