[Pharo-project] Net::Telnet equivalent
Hello, In the past when I've wanted to automate some telnet interaction (provisioning devices from database) I've used Perl and its Net::Telnet module or Ruby and its Net::Telnet module. Is there an equivalent for Pharo? Thanks, Elliot
---- On Mon, 22 Nov 2010 22:59:07 -0800 Elliot Finley wrote ----
Hello,
   In the past when I've wanted to automate some telnet interaction (provisioning devices from database) I've used Perl and its Net::Telnet module or Ruby and its Net::Telnet module.  Is there an equivalent for Pharo?
Thanks, Elliot
There is a cURL plugin for Squeak and Pharo that supports telnet interaction: http://www.squeaksource.com/CurlPlugin/
There is the old telnet client from Ian P ( http://map.squeak.org/package/14bcecc6-dbb8-4866-bb0c-25278ca882ba ). If you are interested, I could send you a copy of the change set. I have used this (which some modifications) for automated telnet interaction in the past. I would undoubtedly need some modifications to work in Pharo (or even modern Squeak). -Chris
participants (3)
-
Chris Cunningham -
Elliot Finley -
jaayer