Browse thread
[Caml-list] calling telnet from a caml program
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Andrei Errapart <andreie@n...> |
| Subject: | Re: [Caml-list] calling telnet from a caml program |
On Wed, 6 Nov 2002, Alan Schmitt wrote: ... > That's what I was afraid of ... So on to the next question: is it > possible to use pseudy-ttys with caml ? Or should I start thinking about > reimplementing the telnet client protocol ... If it is possible in C, then it is possible in OCaml, too. Most probably some termios(3) calls are needed, but not much more. By the way, Gerd Stolpmann mentions telnet client in his Netclient library. Andrei ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners