==> 在 EightCloud.bbs@csie.nctu.edu.tw (嵐雲) 的文章中提到:
: ==> 在 yippee.bbs@cis.nctu.edu.tw (我要好好活下去...) 的文章中提到:
: : 小弟實在是試了好久....
: : RFCs 看過了 (764, 854, 855, 856, 857, 858, 859, 860, 861, 884, 885, 1041,
: : 1091, 1096, 1097, 1184, 1372, 1416, 1572....)
: : 也下載了一些原始程式...(VC, Delphi, C.....)
: : 可是就是看不出來, 為什麼好多Server一開始問了一句:
: : IAC DO Term-Type (255 253 24)
: : 之後, 不管我回應什麼, 它就是一動也不動?.... :~~~
: : 文件上不是說是醬子對談的嗎?:
: : Server: IAC DO TERM-TYPE (255 253 24)
: : Client: IAC WILL Term-Type (255 251 24)
: : Server: IAC SB TERM-TYPE SEND IAC SE (255 250 24 1 255 240)
: : Client: IAC SB TERM-TYPE IS vt100 IAC SE (255 250 24 0 'V' 'T' '1' '0' '0
: : .....
dataout.write( IAC);
dataout.write( DO);
dataout.write( SGA); //send IAC DO SUPPRESS GO AHEAD
dataout.write( IAC);
dataout.write( WILL);
dataout.write( Ttype); //send IAC WILL TERMINAL TYPE
dataout.write( IAC);
dataout.write( SB);
dataout.write( Ttype);
dataout.write( 'I');
dataout.write( 'B');
dataout.write( 'M');
dataout.write( 'P');
dataout.write( 'C');
dataout.write( IAC);
dataout.write( SE);--
我是用java寫的,有問題再問我囉!!
希望以上對你有幫助..
孤鴻海上來,池潢不敢顧;
側見雙翠鳥,巢在三株樹。
矯矯珍木巔,得無金丸懼?
美服患人指,高明逼神惡。
小莎。
--
● Origin : 雲林科技大學藍天使 <bbs.yuntech.edu.tw> [FROM: 203.74.147.137]