Differences
This shows you the differences between the selected revisions of the page.
| 2013-04-16 | 2013-06-01 | ||
| typo (martin) | session setting => site setting (martin) | ||
| Line 37: | Line 37: | ||
| ===== Methods ===== | ===== Methods ===== | ||
| ^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
| - | | 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")%%''. | | + | | void AddRawSettings(string setting, string value) | Allows configuring any site 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 ===== | ||