Automating Telnet
-
Hi everybody :-) I'm looking for a way to automate telnet. I looked around on the web for some information, but the closest thing I found is how to create web server, which is not exactly what I want... Can anyone direct me a bit how can I control and automate a telnet, or at least a console (it would be a starting point). Thanks alot!
-
Hi everybody :-) I'm looking for a way to automate telnet. I looked around on the web for some information, but the closest thing I found is how to create web server, which is not exactly what I want... Can anyone direct me a bit how can I control and automate a telnet, or at least a console (it would be a starting point). Thanks alot!
Hello If your telnet is a console, I don't know if this would work or not but you may give it a try!! Even consoles in WinXP are considered windows to some extent!! Than means that the window in which the console is displayed on is still a window and still has a handle. Try sending it messages with key strokes using Windows API SendMessage() function.
Regards:rose:
-
Hi everybody :-) I'm looking for a way to automate telnet. I looked around on the web for some information, but the closest thing I found is how to create web server, which is not exactly what I want... Can anyone direct me a bit how can I control and automate a telnet, or at least a console (it would be a starting point). Thanks alot!
-
Hi everybody :-) I'm looking for a way to automate telnet. I looked around on the web for some information, but the closest thing I found is how to create web server, which is not exactly what I want... Can anyone direct me a bit how can I control and automate a telnet, or at least a console (it would be a starting point). Thanks alot!
What do you mean by automation? Implementing the Telnet protocol with the server shall do this easily and you can find tons of example on this
Excelsior Arjun Bahree "By The Might of Mjolnir" I Came! I Coded! I Conquered!
-
What do you mean by automation? Implementing the Telnet protocol with the server shall do this easily and you can find tons of example on this
Excelsior Arjun Bahree "By The Might of Mjolnir" I Came! I Coded! I Conquered!
sorry for the ignorance, but how do I implement telnet protocol ? (or can you at least direct me to an example). Its the first time I'm trying to implement a protocol :-)
-
sorry for the ignorance, but how do I implement telnet protocol ? (or can you at least direct me to an example). Its the first time I'm trying to implement a protocol :-)
No Problemo Buddy. I am in India and it 2 AM here. Gotta catch some sleep :)) Would it do if i sent you an implementation done earlier? Would that help? Send me your id and will mail it to you.... YAWN!!! Sleepy I am :))
Excelsior Arjun Bahree "By The Might of Mjolnir" I Came! I Coded! I Conquered!
-
No Problemo Buddy. I am in India and it 2 AM here. Gotta catch some sleep :)) Would it do if i sent you an implementation done earlier? Would that help? Send me your id and will mail it to you.... YAWN!!! Sleepy I am :))
Excelsior Arjun Bahree "By The Might of Mjolnir" I Came! I Coded! I Conquered!
hey, it would be a great help if you would just give me an article or something. I will start looking for one again. Thanks again! :-)
-
No Problemo Buddy. I am in India and it 2 AM here. Gotta catch some sleep :)) Would it do if i sent you an implementation done earlier? Would that help? Send me your id and will mail it to you.... YAWN!!! Sleepy I am :))
Excelsior Arjun Bahree "By The Might of Mjolnir" I Came! I Coded! I Conquered!
Hey, I got it myself! :-) Thanks anyway!!!
-
Hey, I got it myself! :-) Thanks anyway!!!
Well I am talking about a full fledged telnet client, that I had to code for one of my projects, to enable citrix console guys to hook in as per the policy defined. Anyways, good that you found soemthing. Many fo the samples out there, but then they have some potential loose ends as far as i have seen.
Excelsior Arjun Bahree "By The Might of Mjolnir" I Came! I Coded! I Conquered!