Differences
This shows you the differences between the selected revisions of the page.
2016-09-26 | 2016-09-26 | ||
no summary (martin) | consistency in on/off order and syntax (martin) | ||
Line 11: | Line 11: | ||
| ''Interface\ExternalIpAddress'' | [[ui_pref_network|External IP address]] | | | | ''Interface\ExternalIpAddress'' | [[ui_pref_network|External IP address]] | | | ||
| ''Configuration\Interface\KeepUpToDateChangeDelay'' | Upload delay after change is detected while [[task_keep_up_to_date|Keeping remote directory up to date]] | In milliseconds. | | | ''Configuration\Interface\KeepUpToDateChangeDelay'' | Upload delay after change is detected while [[task_keep_up_to_date|Keeping remote directory up to date]] | In milliseconds. | | ||
- | | ''Interface\CopyParam\NewerOnly'' | [[ui_transfer_custom#other|New and updated files only]] | ''1'' = On, ''0'' = Off | | + | | ''Interface\CopyParam\NewerOnly'' | [[ui_transfer_custom#other|New and updated files only]] | ''0'' = Off, ''1'' = On | |
| ''Interface\CopyParam\FileNameCase'' | [[ui_transfer_custom|File name case modification]] | ''0'' = No change, ''1'' = Upper case, ''2'' = Lower case, ''4'' = Lower case 8.3 | | | ''Interface\CopyParam\FileNameCase'' | [[ui_transfer_custom|File name case modification]] | ''0'' = No change, ''1'' = Upper case, ''2'' = Lower case, ''4'' = Lower case 8.3 | | ||
| ''Interface\CopyParam\ReplaceInvalidChars'' | [[ui_transfer_custom|Replace '\:*?']] | ''0'' = Do not replace, ''1'' = replace with ''%XX'', where the ''XX'' is a hexadecimal code of the invalid character, any other value = replace with the character specified by the option value (e.g. ''95'' for an underscore) | | | ''Interface\CopyParam\ReplaceInvalidChars'' | [[ui_transfer_custom|Replace '\:*?']] | ''0'' = Do not replace, ''1'' = replace with ''%XX'', where the ''XX'' is a hexadecimal code of the invalid character, any other value = replace with the character specified by the option value (e.g. ''95'' for an underscore) | | ||
Line 17: | Line 17: | ||
| ''Interface\LocaleSafe'' | [[ui_pref_languages|Language]] | [[https://msdn.microsoft.com/en-us/goglobal/bb964664.aspx|Decimal LCID]] of the language/locale. E.g. ''1033'' for English (United States) | | | ''Interface\LocaleSafe'' | [[ui_pref_languages|Language]] | [[https://msdn.microsoft.com/en-us/goglobal/bb964664.aspx|Decimal LCID]] of the language/locale. E.g. ''1033'' for English (United States) | | ||
| ''Interface\BeepSound'' | A path to a sound file or system sound alias for the //[[ui_pref_environment#notifications|Beep when work finishes]]// function. | Defaults to system sound alias ''SystemDefault''. | | | ''Interface\BeepSound'' | A path to a sound file or system sound alias for the //[[ui_pref_environment#notifications|Beep when work finishes]]// function. | Defaults to system sound alias ''SystemDefault''. | | ||
- | | ''Interface\MinimizeToTray'' | [[ui_pref_window|Minimize main window to taskbar status area]]. | ''1'' = On, ''0'' = Off | | + | | ''Interface\MinimizeToTray'' | [[ui_pref_window|Minimize main window to taskbar status area]]. | ''0'' = Off, ''1'' = On | |
- | | ''Logging\LogSensitive'' | [[ui_pref_logging|Log passwords and other sensitive information]] | ''0'' - Off, ''1'' - On \\ In the scripting, use a command-line switch ''[[commandline#logging|/loglevel=*]]''.| | + | | ''Logging\LogSensitive'' | [[ui_pref_logging|Log passwords and other sensitive information]] | ''0'' = Off, ''1'' = On \\ In the scripting, use a command-line switch ''[[commandline#logging|/loglevel=*]]''.| |
===== Other Settings ===== | ===== Other Settings ===== |