Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3226 by maya, Tue Mar 24 09:37:20 2009 UTC revision 3227 by maya, Tue Mar 24 15:10:33 2009 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">    "http://www.w3.org/TR/html4/strict.dtd">
3  <html>  <html>
4  <head>  <head>
5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6  <title>TTProxy command line</title>  <title>TTProxy command line</title>
7  <meta http-equiv="Content-Style-Type" content="text/css">  <meta http-equiv="Content-Style-Type" content="text/css">
8  <link rel="stylesheet" href="../style.css" type="text/css">  <link rel="stylesheet" href="../style.css" type="text/css">
9  </head>  </head>
10  <body>  <body>
11    
12  <h1>TTProxy command line</h1>  <h1>TTProxy command line</h1>
13    
14  <h2>Format</h2>  <h2>Format</h2>
15  <p>  <p>
16  You can use the following command line parameters on TTProxy.  You can use the following command line parameters on TTProxy.
17  </p>  </p>
18    
19  <pre class="syntax">  <pre class="syntax">
20  -proxy=protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport  -proxy=protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport
21  protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport/realhost  protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport/realhost
22  </pre>  </pre>
23    
24  <dl>  <dl>
25    <dt id="protocol">protocol</dt>    <dt id="protocol">protocol</dt>
26    <dd>Proxy type<br>Supported proxy types are followings:    <dd>Proxy type<br>Supported proxy types are followings:
27      <ul>      <ul>
28        <li>http</li>        <li>http</li>
29        <li>telnet</li>        <li>telnet</li>
30        <li>socks4</li>        <li>socks4</li>
31        <li>socks5</li>        <li>socks5</li>
32        <li>ssl</li>        <li>ssl</li>
33        <li>http+ssl</li>        <li>http+ssl</li>
34        <li>telnet+ssl</li>        <li>telnet+ssl</li>
35        <li>socks4+ssl</li>        <li>socks4+ssl</li>
36        <li>socks5+ssl</li>        <li>socks5+ssl</li>
37      </ul></dd>      </ul></dd>
38    
39    <dt id="proxyserver">proxyserver</dt>    <dt id="proxyserver">proxyserver</dt>
40    <dd>Proxy server host</dd>    <dd>Proxy server host</dd>
41    
42    <dt id="proxyport">proxyport</dt>    <dt id="proxyport">proxyport</dt>
43    <dd>Proxy server port</dd>    <dd>Proxy server port</dd>
44    
45    <dt id="realhost">realhost</dt>    <dt id="realhost">realhost</dt>
46    <dd>Server host that you want to connect</dd>    <dd>Server host that you want to connect</dd>
47    
48    <dt id="user">user</dt>    <dt id="user">user</dt>
49    <dd>User name for proxy authentication</dd>    <dd>User name for proxy authentication</dd>
50    
51    <dt id="password">password</dt>    <dt id="password">password</dt>
52    <dd>Password for proxy authentication</dd>    <dd>Password for proxy authentication</dd>
53  </dl>  </dl>
54    
55  <h2 id="example">Example</h2>  <h2 id="example">Example</h2>
56  <pre>  <pre>
57  ttermpro.exe -proxy=socks5://user:pass@proxy:1080 sshserver /ssh  ttermpro.exe -proxy=socks5://user:pass@proxy:1080 sshserver /ssh
58  ttermpro.exe -proxy=telnet://proxy:8023 telnetserver:23 /nossh  ttermpro.exe -proxy=telnet://proxy:8023 telnetserver:23 /nossh
59  ttermpro.exe http+ssl://proxy:8080/sshserver /ssh  ttermpro.exe http+ssl://proxy:8080/sshserver /ssh
60  </pre>  </pre>
61    
62  <h2 id="notes">Note</h2>  <h2 id="notes">Note</h2>
63  <p>  <p>
64  The following style is invalid.  The following style is invalid.
65  </p>  </p>
66  <pre>  <pre>
67  protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport/realhost:portnumber  protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport/realhost:portnumber
68  </pre>  </pre>
69    
70  <p>  <p>
71  The following style isn't supported. This style conflicts with Tera Term parameter style "telnet://server&lt;:port&gt;".  The following style isn't supported. This style conflicts with Tera Term parameter style "telnet://server&lt;:port&gt;".
72  </p>  </p>
73  <pre>  <pre>
74  protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport  protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport
75  </pre>  </pre>
76    
77  </body>  </body>
78  </html>  </html>

Legend:
Removed from v.3226  
changed lines
  Added in v.3227

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