PuTTY's raw connection type is just a way of making a raw TCP connection. You can use telnet or nc to achieve the same thing in Terminal:
will@Darwin:~> nc relay.plus.net 25
220 relay.plus.net ESMTP Exim Tue, 04 Aug 2009 00:02:08 +0100
helo
250 pih-relay08.plus.net Hello [1.2.3.4]
quit
221 pih-relay08.plus.net closing connection
will@Darwin:~> telnet relay.plus.net 25
Trying 212.159.8.107...
Connected to relay.plus.net.
Escape character is '^]'.
220 relay.plus.net ESMTP Exim Tue, 04 Aug 2009 00:03:10 +0100
helo
250 pih-relay08.plus.net Hello [1.2.3.4]
quit
221 pih-relay08.plus.net closing connection
Connection closed by foreign host.
will@Darwin:~> nc relay.plus.net 25
220 relay.plus.net ESMTP Exim Tue, 04 Aug 2009 00:02:08 +0100
helo
250 pih-relay08.plus.net Hello [1.2.3.4]
quit
221 pih-relay08.plus.net closing connection
will@Darwin:~> telnet relay.plus.net 25
Trying 212.159.8.107...
Connected to relay.plus.net.
Escape character is '^]'.
220 relay.plus.net ESMTP Exim Tue, 04 Aug 2009 00:03:10 +0100
helo
250 pih-relay08.plus.net Hello [1.2.3.4]
quit
221 pih-relay08.plus.net closing connection
Connection closed by foreign host.
Aug 3, 2009 4:05 PM
Open the telnet prompt by holding down the 'Ctrl' key and push the ' key. (prompt: Microsoft Telnet) 2. Push the 'Enter' key. You can change this default telnet prompt key by starting telnet like this: telnet –e p 192.168.1.81 (this will change the telnet prompt key to lowercase 'p'). You can install PuTTy on OS X with Homebrew: brew install putty -with-gtk+ And then run it from terminal as putty. If you don't have Homebrew, you can install it from Terminal: ruby -e '$(curl -fsSL brew doctor.
About the App
- App name: putty
- App description: Implementation of Telnet and SSH
- App website: http://www.chiark.greenend.org.uk/~sgtatham/putty/
Install the App
Putty For Telnet On Mac
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew install putty

Mac Telnet Ssh
Done! You can now use putty
.
How To Use Telnet On Mac
Similar Software for Mac
