rawsettings » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2021-06-18 | 2021-10-25 | ||
consistent descriptions of ProxyDNS values (martin) | remote recycle bin (martin) | ||
Line 73: | Line 73: | ||
| ''TrimVMSVersions'' | [[ui_login_environment|Trim VMS Version Numbers]] | ''0'' = Off, ''1'' = On | | | ''TrimVMSVersions'' | [[ui_login_environment|Trim VMS Version Numbers]] | ''0'' = Off, ''1'' = On | | ||
| ''==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. | |
+ | | ''==DeleteToRecycleBin=='' | [[ui_login_recycle_bin|Preserve deleted remote files to recycle bin]] | ''0'' = Off, ''1'' = On | | ||
+ | | ''OverwrittenToRecycleBin'' | [[ui_login_recycle_bin|Preserve overwritten remote files to recycle bin]] | ''0'' = Off, ''1'' = On | | ||
+ | | ''RecycleBinPath'' | [[ui_login_recycle_bin|Remote recycle bin]] | | | ||
===== [[example]] Example ===== | ===== [[example]] Example ===== |