[Gambas-user] Re: Networking component problem (Telnet)
Rob
sourceforge-raindog2 at ...94...
Sat Feb 28 18:16:17 CET 2004
On Saturday 28 February 2004 10:46, Coquet Olivier wrote:
> i wrote an ide interface for excellent mail server program
> eXtremail, all communications between interface and server was
> made in telnet and work perfectly.
Yeah, most telnet-based services will work with a raw socket
connection, it's just a few of them (largely BBSes and older
chat/mud type systems) try to negotiate various telnet protocol
capabilities and kind of fall flat when you use a raw socket.
It's rare and antiquated enough that I think a Gambas library
would be sufficient to implement the telnet handshaking rather
than another class in gb.net.
Rob
More information about the User
mailing list