Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/commandline/ttproxy.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6462 - (show annotations) (download) (as text)
Wed Aug 10 09:44:45 2016 UTC (7 years, 9 months ago) by doda
File MIME type: text/html
File size: 2196 byte(s)
プロキシを無効化するのが -proxy=none:// というのが判り辛いので、
同様の効果を持つ -noproxy オプションを追加する。
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=iso-8859-1">
6 <title>TTProxy command line</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>TTProxy command line</h1>
13
14 <h2>Format</h2>
15 <p>
16 You can use the following command line parameters on TTProxy.
17 </p>
18
19 <pre class="syntax">
20 -proxy=protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport
21 protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport/realhost
22 -noproxy
23 </pre>
24
25 <dl>
26 <dt id="protocol">protocol</dt>
27 <dd>Proxy type<br>Supported proxy types are followings:
28 <ul>
29 <li>http</li>
30 <li>telnet</li>
31 <li>socks4</li>
32 <li>socks5</li>
33 <li>none</li>
34 <!--li>ssl</li>
35 <li>http+ssl</li>
36 <li>telnet+ssl</li>
37 <li>socks4+ssl</li>
38 <li>socks5+ssl</li-->
39 </ul></dd>
40
41 <dt id="proxyserver">proxyserver</dt>
42 <dd>Proxy server host</dd>
43
44 <dt id="proxyport">proxyport</dt>
45 <dd>Proxy server port</dd>
46
47 <dt id="realhost">realhost</dt>
48 <dd>Server host that you want to connect</dd>
49
50 <dt id="user">user</dt>
51 <dd>User name for proxy authentication</dd>
52
53 <dt id="password">password</dt>
54 <dd>Password for proxy authentication</dd>
55
56 <dt id="noproxy">-noproxy</dt>
57 <dd>Disable proxy setting. Same as "-proxy=none://"</dd>
58 </dl>
59
60 <h2 id="example">Example</h2>
61 <pre>
62 ttermpro.exe -proxy=socks5://user:pass@proxy:1080 sshserver /ssh
63 ttermpro.exe -proxy=telnet://proxy:8023 telnetserver:23 /nossh
64 ttermpro.exe -proxy=none:// sshserver /ssh
65 ttermpro.exe -noproxy sshserver /ssh
66 </pre>
67
68 <h2 id="notes">Note</h2>
69 <p>
70 The following style is invalid.
71 </p>
72 <pre>
73 protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport/realhost:portnumber
74 </pre>
75
76 <p>
77 The following style isn't supported. This style conflicts with Tera Term parameter style "telnet://server&lt;:port&gt;".
78 </p>
79 <pre>
80 protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport
81 </pre>
82
83 </body>
84 </html>

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