On 2022-03-13 11:16 a.m., Lewis wrote:
In message <VQkXJ.363417$[email protected]> johnson <[email protected]> wrote:
["Followup-To:" header set to comp.sys.mac.system.]
On 2022-03-13, Siri Cruise <[email protected]> wrote:
Years ago I pushed our company to use Macs. Core Image,
Quicktime, Apache, and so much software we needed came
preinstalled. XCode was okay, especially when it could edit RTFs.
And we previously used MPW on System 7.
I tried to use telnet a few days and it's gone. Telnet is
programmer tool that let's programmer explore most network
protocols by hand. It's real useful for programmers and doesn't
cost other customers when they don't use it.
telnet has been deprecated all over the place because it is horribly insecure. There are mush better ways to connect to a remote machine,
starting with ssh.
The real 'programmer tool' is nc(1)
A telnet substitute using this:
nc -ct example.com 23
That too, though finding anyone who willingly has a relent port open is
very rare anymore.
Straight from nc's manpage:
'The nc (or netcat) utility is used for just about anything under the
sun involving TCP or UDP. It can open TCP connections, send UDP
packets, listen on arbitrary TCP and UDP ports, do port scanning, and
deal with both IPv4 and IPv6. Unlike telnet(1), nc scripts nicely, and separates error messages onto standard error instead of sending them to standard output, as telnet(1) does with some.'
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)