[REBOL] Re: Telnet help.
From: sqlab:gmx at: 2-May-2001 14:15
Hi Frank
That's a very useful help.
Unfortunately it does not work with some servers, e.g. Linux.
I do not know enough about the telnet protocol to see why it does not give
back anything.
Has anyone seen the same problem?
regards
AR
---------------------------
Frank Sievertsen wrote:
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