Differences
This shows you the differences between the selected revisions of the page.
2008-04-28 | 2008-04-28 | ||
4.1 putty 0.60 socks5 does proxy end resolution by default (martin) | 4.1 putty 0.60 grammar (martin) | ||
Line 38: | Line 38: | ||
Also, the special strings ''%host'' and ''%port'' will be replaced by the host name and port number you want to connect to. The strings ''%user'' and ''%pass'' will be replaced by the proxy username and password you specify. To get a literal % sign, enter ''<nowiki>%%</nowiki>''. | Also, the special strings ''%host'' and ''%port'' will be replaced by the host name and port number you want to connect to. The strings ''%user'' and ''%pass'' will be replaced by the proxy username and password you specify. To get a literal % sign, enter ''<nowiki>%%</nowiki>''. | ||
- | If the Telnet proxy server prompts for a username and password before commands can be sent, you can use a command such as: | + | If a Telnet proxy server prompts for a username and password before commands can be sent, you can use a command such as: |
%user\n%pass\nconnect %host %port\n | %user\n%pass\nconnect %host %port\n |