08-30-2007 11:42 AM
08-30-2007 12:34 PM
08-31-2007 02:08 AM
08-31-2007 08:49 AM
09-03-2007 02:08 AM
12-21-2007 12:21 PM
06-09-2008 06:45 AM
07-22-2008 01:17 AM
07-22-2008 09:07 AM
07-23-2008 02:17 AM - edited 07-23-2008 02:22 AM
NathanK, Sorry to thread hijack. And yes all I needed was simple telnet without the toolkit. I figured it out today. One thing I cant figure out is how do you know when the telnet server is done sending data? what i did was read one byte at a time untill I time out. Then I can send my ascii back. Some of the commands to the server only require one byte. So would I create a listen port somehow to know if data is comming back? in case I type q and it quits on me or something to that nature. I've learned alot about tcp/UPnP/soap/udp/telnet this last month but I am still learning and could probably improve my code if I understood some more about it. Thanks for getting back to me.
p.s. I am intrested as to why you would want to open telnet then plink and port forward to use ssh? And why you couldn't just do simple tcp calls as well to a ssh server?
p.p.s. okay i see. labview cant ssh directly, so tunnel through telnet to a ssh server. then use telnet commands. 🙂