LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Closed Thread
  Search this Thread
Old 08-16-2005, 04:59 AM   #16
jasmineLini
LQ Newbie
 
Registered: Aug 2005
Posts: 1

Rep: Reputation: 0

Quote:
Originally posted by heatsink
Thanks!

Please don't post such long messages....hard on my eyes
or Whitehorn:

http://www.pegsol.com/whitehorn/downloads.htm
 
Old 08-16-2005, 05:54 AM   #17
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
Or go to a console and type
Code:
telnet
 
Old 08-16-2005, 07:00 AM   #18
PeterRJG
Member
 
Registered: Jun 2005
Location: Northern NSW, Australia
Distribution: LXLE
Posts: 123

Rep: Reputation: 15
PuTTY for sure. Can handle Unicode to do its line and figure drawing which is a plus. Yes, it handles ANSI too.
 
Old 08-16-2005, 07:49 AM   #19
ALaa Cabo
LQ Newbie
 
Registered: Jul 2005
Posts: 2

Rep: Reputation: 0
thanks for you
 
Old 03-14-2009, 09:39 PM   #20
robertwolfe
Member
 
Registered: Apr 2005
Location: Grand Island, NY
Distribution: Ubuntu and Debian
Posts: 57

Rep: Reputation: 16
Quote:
Originally Posted by jonwatson View Post
No question it's not as secure as SSH - I agree. However, since I'm running a BBS - I keep both my telnet and ssh ports open so people can take their pick. I run the BBS as open as possible so that means offering as many types of connection options as possible. In addition to both my telnet and ssh ports being open, I've built a web interface for some of the message bases and the file areas.

I must admit I just assumed that any good telnet client would come with the SSH option, hence I suppose I'm not actually asking specifically for a telnet client per se.

Minicom..cool..never heard of it thanks. And it never occured to me that Putty would have a Linux version....

Thanks!

Jon
Jon, to run Putty under Linux, you would need to download the source code and build it. If you are running a Debian-compatible distro, I would be happy to compile and build a .deb package of it for you if I can.

FYI, I, run, run a BBS, two in fact: telnet://net261.ath.cx and telnet://net261.ath.cx:2323 -- the second one, Jackalope Junction, runs Synchronet for Linux under Ubuntu 9.04 Alpha 5.
 
Old 03-14-2009, 09:43 PM   #21
robertwolfe
Member
 
Registered: Apr 2005
Location: Grand Island, NY
Distribution: Ubuntu and Debian
Posts: 57

Rep: Reputation: 16
Quote:
Originally Posted by Johnnycab View Post
PuTTY for sure. Can handle Unicode to do its line and figure drawing which is a plus. Yes, it handles ANSI too.

Unfortunately, it does not have file transfer abilities (AFAIK). I seem to recall using Minicom as a telnet client a while back. However, I also seem to have forgotten how I did it
 
Old 03-14-2009, 10:00 PM   #22
robertwolfe
Member
 
Registered: Apr 2005
Location: Grand Island, NY
Distribution: Ubuntu and Debian
Posts: 57

Rep: Reputation: 16
Quote:
Originally Posted by robertwolfe View Post
Unfortunately, it does not have file transfer abilities (AFAIK). I seem to recall using Minicom as a telnet client a while back. However, I also seem to have forgotten how I did it
Okay, after I made this post, I did a Google search and found the following message:

---8<---

I've got it!! I did a few things to get the almost perfect setup:

1) Install modemu and minicom packages
2) Run the following command:

modemu -c "minicom -o -l -c on -p %s"

This starts up the modem emulator (for using telnet), runs minicom and
tells it to use the fake modem, turns on color, disables the AT init
string, and tells minicom not to convert high ascii to low ascii.

3) Once the program is running, change your terminal window's character
encoding to Western (IBM850) so that high ascii renders almost right. It's
not 100% perfect (some gaps between lines). Ideally CP437 should be used
but I can't figure out how to get that working, even after installing new
fonts etc...

4) Use the phone book in minicom to add all your favourite bbs's. In the
phone number field put the address between double quotes such as
"bbs.doghousebbs.com". Also make sure to set terminal
emulation to ANSI.


Now tell it to dial the bbs and enjoy. This is so exciting for me, I have
never had a good terminal in linux that gives me nearly 100% proper ANSI
graphics and rendering. So far everything renders right, just the
character encoding isn't perfect. Even the maximus full screen editor
works properly.

Minicom supports ZModem, though I'm not sure why it doesn't seem to be
working for me..

I created a sript called 'bbs' that runs that long command for me. I just
have to remember to change my terminal encoding before
"dialing". I might try one more thing. Use the putty terminal
to ssh into my box, then run the bbs script. In one of putty's config
screens you can enable cp437 for perfect ANSI.


Ryan

--- Maximus 3.01
* Origin: The Dog House * Orillia ON Canada * bbs.doghousebbs.com (1:229/1394)
 
Old 03-14-2009, 10:11 PM   #23
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Did you notice that the previous last post on this thread was 2005?
 
Old 03-16-2009, 04:31 AM   #24
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
robertwolfe, this is an old thread. Please can you contribute in new threads. Thanks.
 
  


Closed Thread



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Smart Linux telnet client edusilva Linux - Software 7 10-31-2012 09:12 AM
Best Telnet Client? Haggis Linux - Newbie 1 12-29-2004 01:05 PM
What telnet client? rivethead Linux - Software 3 03-25-2004 02:10 PM
telnet or shh client for linux gbj Linux - Networking 3 07-22-2003 06:45 PM
What telnet client ? rivethead Linux - Software 5 02-27-2003 12:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration