Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
As for the possible ports to use for telnet . . . telnet is merely a protocol and a port is merely an address. There is no reason telnet wouldn't/couldn't be supported on any port.
The reason the port is/was standardized is/was to make configuration and use widely "easy".
UnaBomber:
Telnet is an application layer protocol, the port is defined at layer 4. The reason it is defined is so that Applications written to use telnet know which port to accept data streams on. If you change the port, you will have to have an application that supports that port, and allows for communications.
dupas
I just want to see if they can talk to eachother through port 25. If so then this program that I have trying to email forms out should work properly due to it being able to see/talk to the SMTP server.
Yeah, like every application written for either Windows or Linux. Do you know of one which is uselessly fixed to a single port?