Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (hide annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 2 months ago) by maya
File MIME type: text/html
File size: 2033 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 maya 3227 <!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     </pre>
23    
24     <dl>
25     <dt id="protocol">protocol</dt>
26     <dd>Proxy type<br>Supported proxy types are followings:
27     <ul>
28     <li>http</li>
29     <li>telnet</li>
30     <li>socks4</li>
31     <li>socks5</li>
32     <li>ssl</li>
33     <li>http+ssl</li>
34     <li>telnet+ssl</li>
35     <li>socks4+ssl</li>
36     <li>socks5+ssl</li>
37     </ul></dd>
38    
39     <dt id="proxyserver">proxyserver</dt>
40     <dd>Proxy server host</dd>
41    
42     <dt id="proxyport">proxyport</dt>
43     <dd>Proxy server port</dd>
44    
45     <dt id="realhost">realhost</dt>
46     <dd>Server host that you want to connect</dd>
47    
48     <dt id="user">user</dt>
49     <dd>User name for proxy authentication</dd>
50    
51     <dt id="password">password</dt>
52     <dd>Password for proxy authentication</dd>
53     </dl>
54    
55     <h2 id="example">Example</h2>
56     <pre>
57     ttermpro.exe -proxy=socks5://user:pass@proxy:1080 sshserver /ssh
58     ttermpro.exe -proxy=telnet://proxy:8023 telnetserver:23 /nossh
59     ttermpro.exe http+ssl://proxy:8080/sshserver /ssh
60     </pre>
61    
62     <h2 id="notes">Note</h2>
63     <p>
64     The following style is invalid.
65     </p>
66     <pre>
67     protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport/realhost:portnumber
68     </pre>
69    
70     <p>
71     The following style isn't supported. This style conflicts with Tera Term parameter style "telnet://server&lt;:port&gt;".
72     </p>
73     <pre>
74     protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport
75     </pre>
76    
77     </body>
78     </html>

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