rawsettings » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2019-09-25 | 2019-09-25 | ||
5.16 Raw site settings editor (martin) | no need for the other settings section, with code generation function (already explained at the beginning of the article) (martin) | ||
Line 73: | Line 73: | ||
| ''==PostLoginCommands=='' | [[ui_login_ftp|FTP Post login commands]] | If you need to execute multiple commands, separate them by new-line (line-feed, hexadecimal UTF-8 code ''0A''). I.e. in scripting use ''%0A'' (''-rawsettings PostLoginCommands=CMD1%0ACMD2''), in C# use ''\n'', in PowerShell use ''%%`n%%'' | | | ''==PostLoginCommands=='' | [[ui_login_ftp|FTP Post login commands]] | If you need to execute multiple commands, separate them by new-line (line-feed, hexadecimal UTF-8 code ''0A''). I.e. in scripting use ''%0A'' (''-rawsettings PostLoginCommands=CMD1%0ACMD2''), in C# use ''\n'', in PowerShell use ''%%`n%%'' | | ||
| ''==InternalEditorEncoding=='' | Override of default internal editor encoding | ''-1'' = use [[ui_pref_editor_internal#display|global preferences]], ''0'' = ANSI encoding, ''65001'' = UTF-8 encoding. || | | ''==InternalEditorEncoding=='' | Override of default internal editor encoding | ''-1'' = use [[ui_pref_editor_internal#display|global preferences]], ''0'' = ANSI encoding, ''65001'' = UTF-8 encoding. || | ||
- | |||
- | ===== Other Settings ===== | ||
- | |||
- | 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 ===== |