Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 17th, 2007, 8:29 PM   #1
PhilBon
Hobbyist Programmer
 
PhilBon's Avatar
 
Join Date: Nov 2005
Posts: 171
Rep Power: 3 PhilBon is on a distinguished road
Send a message via AIM to PhilBon Send a message via MSN to PhilBon
Telnet Client

I was wondering if anyone had ever made a specialized telnet client? Here is my situation: At work we have a telnet server and it's a bitch to use, the help sucks and we have to do a lot of interaction with it on a daily basis. Currently I'm not in our "programming" department and want to make a program for myself and others in my department so it'll make our life easier and we can laugh at the programmers. Basically what I want to do, is make a program that is a telnet client, that has commands built into it, and have a GUI. So if I want to have it show me help, I just have to click a button that says help rather than typing in help. If anyone could show me an example of their work, or point me in the right direction, it'd be a great help. All I really need is how to interact with a Telnet server, and I think I have a start on it: Basically create a new TCP socket, then tell it to connect to the server and then have it interact with it, once you are done interacting then close the connection. I've done a little stuff with this in Java but that was a few months ago and would prefer it to be VB.Net. I'm using VB.Net because it's the only language I know.
PhilBon is offline   Reply With Quote
Old Jul 17th, 2007, 9:34 PM   #2
dr.p
Programmer
 
dr.p's Avatar
 
Join Date: Feb 2006
Location: Ohio
Posts: 93
Rep Power: 3 dr.p is on a distinguished road
I've been in the same situation. I just wrote a utility in Perl that gave my techies a text menu interface to do the big things that needed done frequently. Buttons sound prooty cool, tho.

I would hack PuTTY: http://www.chiark.greenend.org.uk/~s.../download.html

It's open source and has a lovely use-for-pretty-much-anything license:
http://www.chiark.greenend.org.uk/~s...y/licence.html
__________________
Neeley.org
dr.p is offline   Reply With Quote
Old Aug 30th, 2007, 3:33 PM   #3
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 190
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
You still use telnet?!?!?!? Goodness that brings back memories. Is it still going strong or is it dying out?
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Aug 30th, 2007, 4:52 PM   #4
big_k105
PFO Founder

 
big_k105's Avatar
 
Join Date: Mar 2004
Location: Fargo, ND
Posts: 1,623
Rep Power: 10 big_k105 is on a distinguished road
Send a message via AIM to big_k105 Send a message via MSN to big_k105 Send a message via Yahoo to big_k105
We use telnet quite a bit where I work, some of our systems on our server are moving to web based, but not everything will be able to be moved, so I am sure it will be around for along time.
__________________
BIG K aka Kyle
Programming Forums
Kyle K Online

Please do not PM or email me programming questions. Post them in the forums instead.
big_k105 is offline   Reply With Quote
Old Aug 31st, 2007, 11:07 AM   #5
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,466
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Telnet isn't very secure guys. Drop it in favor of SSH.
I'd probably go Dr. P's route if I had to do this... just a text based menu... The user logs in and executes the menu or it is execute for them as part of their login process.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Python FTP Client Wrapper Sane Python 6 Jun 22nd, 2006 9:44 PM
Networkprogramming in Unix Xyhm C 2 Mar 18th, 2006 1:35 PM
help with sockets, having a client recieve data as well as send. cypherkronis Python 7 Jul 1st, 2005 5:59 PM
Try capturing client text crashed!? Kam C++ 0 May 19th, 2005 1:31 AM
Instant Messaging App Help AusTex C 0 Apr 27th, 2005 4:52 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:10 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC