검색을 해도 죽어라 안나오는 녀석중에 하나다.. 그래 이렇게 안나온적은 드물었는데 ㅠ.ㅠ
아무튼,
RAW mode telnet은 각종 escape 문자를 처리하지 않고, 심지어 CR/LF 조차도 처리하지 않고
데이터를 application에 넘겨주는 것을 의미하는 것으로 보인다.(조금 더 조사 필요)
|
Its whether the client does any interpretation of the data it receives.
Screen content contains codes that are not necessarily displayed. For
example vt100 screen emulation uses esc[H to put the cursor in the home
position (top left). A normal telnet session would interpret this as a
cursor move, where as a raw session would actually display [H which
wouldn't mean anything to you and would make the screen info hard to
read. So it doesn't affect what is sent, just how its interpreted at
the client end. VT100 is just one example of the invisible stuff that
gets sent but you get the idea. [링크 : http://www.linuxquestions.org/questions/linux-newbie-8/difference-between-telnet-and-raw-telnet-429661/] |
I found that the best solution is at telnet>
prompt type 'set escape off', but this won't work with HP machines. [링크 : http://www.sunmanagers.org/archives/1994/0805.html] |
'Linux' 카테고리의 다른 글
Fedora Core 6 - ACPI shutdown error (0) | 2009.07.23 |
---|---|
grep으로 소스트리 검색하기 (2) | 2009.07.21 |
Fedora / Gnome 시스템의 실행 프로그램 목록 (0) | 2009.07.01 |
*** glibc detected *** : corrupted double-linked list: *** (0) | 2009.06.29 |
canonical 입력 vs non-canonical 입력 (0) | 2009.06.19 |