Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Telnet help.

From: fsievert:uos at: 30-Apr-2001 9:24

I am not sure, what you want to do, but if you need a telnet-protocol, I can help.
>> do http://proton.cl-ki.uni-osnabrueck.de/REBOL/telnet.r >> t: open telnet://hostname >> copy t
== "" repeat [copy t] to get all data sent from the server. You can also try open telnet://username:[password--host] and read join telnet://username:[passwort--host]/ "ls" Hope that helps, Frank On Mon, 30 Apr 2001, Greg Schwarz wrote: