Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/doc/jp/html/usage/tips/telnet_protocol.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 1 month ago) by maya
File MIME type: text/html
File size: 1029 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
6 <title>TELNET プロトコルに関連付ける</title>
7 <meta http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../../style.css" type="text/css">
9 </head>
10 <body>
11
12 <h1>TELNET プロトコルに関連付ける</h1>
13
14 <p class="notice">Tera Term 4.59よりインストーラで関連付け出来るようになりました。</p>
15
16 <p>実行するアプリケーションを、下記のように指定します。</p>
17
18 <pre class="syntax">
19 "C:\Program Files\teraterm\ttermpro.exe" /nossh /T=1 %1
20 </pre>
21
22 <p>
23 TTSSH がインストールされていて TERATERM.INI で SSH が有効だと、Tera Term は SSH 接続を開始してしまいます。<br>
24 コマンドラインオプションに "/nossh" を指定することで、TTSSH に "SSHを無効にする" ことを通知します。
25 </p>
26
27 <p>
28 コマンドラインオプションに "/T=1" を指定することで、接続が TELNET であることを明示的に ttermpro.exe に通知します。
29 </p>
30
31 </body>
32 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26