Differences
This shows you the differences between the selected revisions of the page.
2020-11-24 | 2021-04-16 | ||
5.12.2 Bug 1604 – Configurable mapping from file extension to Content-Type (martin) | setting for gui + formatting (martin) | ||
Line 2: | Line 2: | ||
You can use raw configuration to setup rare advanced global settings. | You can use raw configuration to setup rare advanced global settings. | ||
- | In [[scripting]] and with [[commandline#operations|command-line operations]], use ''[[commandline#configuration|/rawconfig]]'' parameter (when the settings cannot be configured using dedicated command-line parameter or scripting command). | + | In [[scripting]] and with [[commandline#operations|command-line operations]], use [[commandline#configuration|''/rawconfig'' parameter]] (when the settings cannot be configured using dedicated command-line parameter or scripting command). |
- | In [[library|.NET assembly]], use ''[[library_session_addrawconfiguration|Session.AddRawConfiguration]]'' method (when the settings cannot be configured using any dedicated property of ''[[library_session|Session]]'' class). | + | In [[library|.NET assembly]], use [[library_session_addrawconfiguration|''Session.AddRawConfiguration'' method]] (when the settings cannot be configured using any dedicated property of [[library_session|''Session'' class]]). |
+ | |||
+ | In GUI, for those low-level settings that do not have an equivalent GUI control, also use the [[commandline#configuration|''/rawconfig'' parameter]], when starting the GUI. You need to do this once once, the setting will be preserved. | ||
See also [[rawsettings|raw site settings]] and [[rawtransfersettings|raw transfer settings]]. | See also [[rawsettings|raw site settings]] and [[rawtransfersettings|raw transfer settings]]. |