
Telnet question - does anyone have any examples???? Please Please Please
I have 3 employees that I need to build an app for that will
automatically and invisibly to them:
1. log into my ISP via Telnet with a specified username and PW.
2. send 1 string.
3. exit
I have to have this process run invisible to the user because:
a) I don't wish to share the pw, I'd rather hard code it.
b) Once on the server, I'm not crazy about them "experimenting".
Unless I can figure out how to establish this telnet session through
VB6 and its included controls, I will have to subclass an existing
Telnet client to intercept all user keystrokes while the session is
active. That sure seems like a backwards way of doing it.
I have searched the MSKB for Telnet and VB and came up dry. TIA to
anyone who can point me to an example of a simple Telnet session run
through VB.