rawsettings » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2019-09-10 | 2019-09-25 | ||
localdirectory anchor (martin) | 5.16 Raw site settings editor (martin) | ||
Line 1: | Line 1: | ||
====== Raw Site Settings ====== | ====== Raw Site Settings ====== | ||
You can use raw site settings to setup advanced site settings. | You can use raw site settings to setup advanced site settings. | ||
+ | |||
+ | In GUI, when configuring advanced settings which are not available on [[ui_login_advanced|Advanced Site Settings dialog]], use [[ui_login_raw|Raw Site Settings dialog]]. &beta_feature | ||
In [[scripting]], use ''[[scriptcommand_open#rawsettings|-rawsettings]]'' switch of scripting command ''[[scriptcommand_open|open]]'' (when the settings cannot be configured using [[session_url|session URL]] nor using any dedicated switch of the command). | In [[scripting]], use ''[[scriptcommand_open#rawsettings|-rawsettings]]'' switch of scripting command ''[[scriptcommand_open|open]]'' (when the settings cannot be configured using [[session_url|session URL]] nor using any dedicated switch of the command). | ||
Line 6: | Line 8: | ||
In [[library|.NET assembly]], use ''[[library_sessionoptions_addrawsettings|SessionOptions.AddRawSettings]]'' method (when the settings cannot be configured using any dedicated property of ''[[library_sessionoptions|SessionOptions]]'' class). | In [[library|.NET assembly]], use ''[[library_sessionoptions_addrawsettings|SessionOptions.AddRawSettings]]'' method (when the settings cannot be configured using any dedicated property of ''[[library_sessionoptions|SessionOptions]]'' class). | ||
- | For both cases, you can just configure the advanced settings on [[ui_login_advanced|Advanced Site Settings dialog]] and have WinSCP [[ui_generateurl|generate the code for you]]. | + | For both scripting and .NET assembly, you can just configure the advanced settings on [[ui_login_advanced|Advanced Site Settings dialog]] and have WinSCP [[ui_generateurl|generate the code for you]]. |
See also [[rawtransfersettings|raw transfer settings]] and [[rawconfig|raw configuration]]. | See also [[rawtransfersettings|raw transfer settings]] and [[rawconfig|raw configuration]]. | ||
Line 74: | Line 76: | ||
===== Other Settings ===== | ===== Other Settings ===== | ||
- | To find correct syntax for settings not listed above, configure the setting in the GUI, store it into a [[session_configuration#site|site]], [[config|save configuration to an INI file]] and use the same syntax as you find an INI file. | + | To find correct syntax for settings not listed above, configure the setting in the GUI and go to [[ui_login_raw|Raw Site Settings dialog]] //(latest beta version only)//. &beta In the current stable release, store the settings into a [[session_configuration#site|site]], [[config|save configuration to an INI file]] and use the same syntax as you find an INI file. |
===== [[example]] Example ===== | ===== [[example]] Example ===== |