Hi,
 
My project is to write a C-Program that telnets into a remote machine
(using fork and pipe). The parent process does all the inputs such as
login, passwd, execute shell scripts ... and also receive outputs from
the child.
Awhile back, someone sent me an example of two way pipe that creates
both parent and child which both can send and receive data. This example
helps a little but I still do not know how to write a basic telnet program.
 
Can you help?
 
Thanks
 
John

Reply via email to