- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: Limit of command line in telnet client
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 11:31 PM
02-14-2006 11:31 PM
Limit of command line in telnet client
When I do the same connect from a Windows using telnet or others telnet clients like Putty or Teraterm, the limit of the 512 caracters does not exist.
How I do to use more than 512 caracters in the same command line?
Im using Compaq Tru64 UNIX V5.1B (Rev. 2650).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 11:52 PM
02-14-2006 11:52 PM
Re: Limit of command line in telnet client
COLUMNS=1024
export COLUMNS
Or
export COLUMNS=1024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2006 12:07 AM
02-15-2006 12:07 AM
Re: Limit of command line in telnet client
Indeed, the maximum command length seems to be 512.
Did you try
# this is a very long \
> command line. I type \
> a backslash to continue\
> on the next line.
Anyway, you'll bump against shell-limits after this limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2006 12:38 AM
02-15-2006 12:38 AM
Re: Limit of command line in telnet client
I think that the telnet client open telnet session in LINEMODE and the restriction is because edit buffer!
The command "export COLUMNS=1024" before open telnet not works.
Slash(\) caracter dont work too, because isnt a shell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2006 05:35 AM
02-15-2006 05:35 AM
Re: Limit of command line in telnet client
(RJODIG907:bscstim) $ telnet
telnet> set escape ^Y
escape character is '^Y'.
telnet> open 192.168.1.1 1234
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^Y'.
CONNECTING TO CAI...
PROCESS xpto1234 CONNECTED...
Enter command: ^Y
telnet> status
Connected to 10.112.56.41.
Operating in obsolete linemode
Local character echo
Escape character is '^Y'.
^Y
telnet> display
will flush output when sending interrupt characters.
won't send interrupt characters in urgent mode.
won't send login name and/or authentication information.
won't map carriage return on output.
will recognize certain control characters.
won't turn on socket level debugging.
won't print hexadecimal representation of network traffic.
won't print user readable output for "netdata".
won't show option processing.
won't print hexadecimal representation of terminal traffic.
echo [^E]
escape [^Y]
tracefile "(standard output)"
flushoutput [^O]
interrupt [^C]
quit [^\]
eof [^D]
erase [^H]
kill [^U]
lnext [^V]
susp [^Z]
reprint [^R]
worderase [^W]
start [^Q]
stop [^S]
forw1 [off]
forw2 [off]
The connected host is operating in obsolete linemode. I think that restriction of length is in the buffer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2006 04:12 AM
02-17-2006 04:12 AM
Re: Limit of command line in telnet client
I have a second problem that telnet server not accept RETURN Key (chr 13), only Ctrl+J combinations keys (chr 10).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2006 04:30 AM
02-17-2006 04:30 AM