telnet client question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • daddy321
    Registered User
    • Jul 2005
    • 22

    #1

    telnet client question

    is there any telnet client that doesn't wrap the lines?

    I know secureCRT has 512 columns option, but I need more than that. thx
  • Meorazhar
    Confirmed User
    • May 2005
    • 672

    #2
    Hi,
    try putty.
    http://www.chiark.greenend.org.uk/~sgtatham/putty/
    I haven't really tested it with big number of columns but at least it allowed me to set 2000 columns for a window.

    Comment

    • daddy321
      Registered User
      • Jul 2005
      • 22

      #3
      I have it, but I couldn't really figure out the settings? how?

      thanks for reply

      Originally posted by Meorazhar
      Hi,
      try putty.
      http://www.chiark.greenend.org.uk/~sgtatham/putty/
      I haven't really tested it with big number of columns but at least it allowed me to set 2000 columns for a window.

      Comment

      • Meorazhar
        Confirmed User
        • May 2005
        • 672

        #4
        Click the icon in the top left corner of a window, choose "change settings...", go to Window and change values in "set the size of the window" box.

        Comment

        • daddy321
          Registered User
          • Jul 2005
          • 22

          #5
          Meorazhar, I know what you're saying. that changes the size of the window. I am actually trying to change columns of the output. For example, when I query the mysql tables, print lines are too long and they wrap. I don't like to wrap. I wanna see horizontal scroll bar to scroll and see them as unwrapped.

          any idea?


          Originally posted by Meorazhar
          Click the icon in the top left corner of a window, choose "change settings...", go to Window and change values in "set the size of the window" box.

          Comment

          • Meorazhar
            Confirmed User
            • May 2005
            • 672

            #6
            ok, I have just uploaded 1 kb text file (all text as one line), set up putty to show 2000 columns of text and did "cat" on this file. It showed as one string. There was no horizontal scrollbar though...

            Comment

            • daddy321
              Registered User
              • Jul 2005
              • 22

              #7
              did it wrap on the screen?

              Originally posted by Meorazhar
              ok, I have just uploaded 1 kb text file (all text as one line), set up putty to show 2000 columns of text and did "cat" on this file. It showed as one string. There was no horizontal scrollbar though...

              Comment

              • Meorazhar
                Confirmed User
                • May 2005
                • 672

                #8
                no it didn't wrap. But i couldn't scroll to the output which didn't fid in the screen

                Comment

                • daddy321
                  Registered User
                  • Jul 2005
                  • 22

                  #9
                  yes I did the same test, it does display as one string on the screen, but it wrapped. that's not what I am trying to. I am trying to show that 2000 chars in one line in the command line...



                  Originally posted by Meorazhar
                  ok, I have just uploaded 1 kb text file (all text as one line), set up putty to show 2000 columns of text and did "cat" on this file. It showed as one string. There was no horizontal scrollbar though...

                  Comment

                  • daddy321
                    Registered User
                    • Jul 2005
                    • 22

                    #10
                    right..now can you create a horizontal scroll bar to scroll and see it?

                    Originally posted by Meorazhar
                    no it didn't wrap. But i couldn't scroll to the output which didn't fid in the screen

                    Comment

                    • Nysus
                      Confirmed User
                      • Aug 2001
                      • 7817

                      #11
                      Wow. Telnet. There's a name I haven't seen in ages.

                      Matt
                      What name is pr0 / Untouched Markets using these days? Untouched Markets - pr0 - Refund My Money Now

                      Someone owes me $2,000 because they didn't do any work that was paid for *pointing at pr0 / William / UntouchedMarkets*

                      See http://www.gfy.com/showthread.php?p=16744521 and for more detailed see http://www.gfy.com/showthread.php?t=948645

                      Comment

                      • Meorazhar
                        Confirmed User
                        • May 2005
                        • 672

                        #12
                        Originally posted by daddy321
                        right..now can you create a horizontal scroll bar to scroll and see it?
                        Looks like there isn't such thing as a horizontal scroll bar in putty... Weird.

                        Comment

                        • Meorazhar
                          Confirmed User
                          • May 2005
                          • 672

                          #13
                          I tried another approach. Obtain plink utility from putty package
                          then act as following:
                          1. launch cmd.exe
                          2. right-click the top-left corner icon, choose properties
                          3. set window buffer size to 2000 cols
                          4. run plink your_host_name

                          Just worked perfectly for me.

                          Comment

                          Working...