Differences
This shows you the differences between the selected revisions of the page.
| 2012-08-13 | 2012-08-14 | ||
| typo, clarification (martin) | rawsettings (martin) | ||
| Line 37: | Line 37: | ||
| ===== Methods ===== | ===== Methods ===== | ||
| ^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
| - | | void AddRawSettings(string setting, string value) | Allows configuring any session settings using raw format as in an INI file. E.g. to enable SSH compression and agent forwarding use ''%%AddRawSettings("Compression", "1")%%'' and ''%%AddRawSettings("AgentFwd", "1")%%''. | | + | | void AddRawSettings(string setting, string value) | Allows configuring any session settings using [[rawsettings|raw format]] as in an INI file. E.g. to enable SSH compression and agent forwarding use ''%%AddRawSettings("Compression", "1")%%'' and ''%%AddRawSettings("AgentFwd", "1")%%''. | |
| ===== Remarks ===== | ===== Remarks ===== | ||