kenm@sidd.SanDiego.NCR.COM (Ken Mori) (07/14/90)
I am seeking a method to establish a session with a remote host from a C program. The C program will sent commands to the host and capture the results send by the host. The host is non-Unix and no modifications can be make on the remote host. 'cu' does not relinquish control back to the C program. There seems to be unsupported functions dial() and undial(). Does any one have experiences with any of theses, and will they be supported in the future? Or any ideas of other ways to approach this problem will be greatly appreciated. Thanks in advance.