I am wondering how to send/receive text on a remote machine.
Lets say I wanted to send the text "hello" to clarion.is.great.com on port 44 and read the reply I get.
I am not interested in any third part templates. Using clarion 6.3 with the legacy template set.
The reason I want to be able to do this, is that a lot of the internet protocols out there are based on pure text, and thus would make it possible to make emailers/irc clients and so on.
This is basically what the "telnet" program does, but I want it incorporated into my clarioncode.
Lets say I wanted to send the text "hello" to clarion.is.great.com on port 44 and read the reply I get.
I am not interested in any third part templates. Using clarion 6.3 with the legacy template set.
The reason I want to be able to do this, is that a lot of the internet protocols out there are based on pure text, and thus would make it possible to make emailers/irc clients and so on.
This is basically what the "telnet" program does, but I want it incorporated into my clarioncode.