Telnet Access to Server 
Author Message
 Telnet Access to Server

What would be the best approach to connecting to a unix
server via telnet, negotiating the vt wills, wonts, dos
and don'ts using VB.NET?  I have done it in VB6 but I was
wondering if there is an easier way in VB.NET.  There are
controls for sale on the internet but they are pricy and
probably have more capability than I need.  I use it to
cat files and parse the results on a regular basis and
post the results to the users.  I'm am new to VB.NET but
experienced in VB6.  Thanks for any help.


Wed, 02 Mar 2005 05:13:13 GMT  
 Telnet Access to Server

Quote:

> What would be the best approach to connecting to a unix
> server via telnet, negotiating the vt wills, wonts, dos
> probably have more capability than I need.  I use it to
> cat files and parse the results on a regular basis and
> post the results to the users.  I'm am new to VB.NET but
> experienced in VB6.  Thanks for any help.

Have you considered going the other direction? It would be childsplay to
set up a scheduled shell script on the Unix machine to do your
processing and upload the results via HTTP (WebDAV or POST), FTP, SAMBA,
etc. to some machine that your program can access.

--
Richard Tallent



Wed, 02 Mar 2005 13:39:56 GMT  
 Telnet Access to Server
The data is updated every 10 to 20 seconds and needs to be
imediatly available to the user application.  It is as
close to real time as the Unix box can allow.  I currently
have a VB6 application doing this but was hopeing to re-
code for vb.net.  Thanks for the reply.
Cliff
Quote:
>-----Original Message-----

>> What would be the best approach to connecting to a unix
>> server via telnet, negotiating the vt wills, wonts, dos

>> probably have more capability than I need.  I use it to
>> cat files and parse the results on a regular basis and
>> post the results to the users.  I'm am new to VB.NET
but
>> experienced in VB6.  Thanks for any help.

>Have you considered going the other direction? It would
be childsplay to
>set up a scheduled shell script on the Unix machine to do
your
>processing and upload the results via HTTP (WebDAV or
POST), FTP, SAMBA,
>etc. to some machine that your program can access.

>--
>Richard Tallent

>.



Sat, 05 Mar 2005 21:51:29 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. TELNET Server App in VB

2. Telnet Server Source or Multiple Winsock Connections?

3. Client/Server App, Password echo during Telnet session...(VB5)

4. Telnet Server OCX?

5. Test terminal server / WLBS connectivity through Telnet/scripting?

6. Possible to telnet to an IRC server?

7. Telnet server app - code available!

8. telnet server in VB, it's possible?

9. WINgate and telnet servers need help

10. Wingate and telnet servers

11. Wingate and Telnet servers, need your help

12. Telnet server

 

 
Powered by phpBB® Forum Software