Differences
This shows you the differences between the selected revisions of the page.
2017-11-13 | 2017-11-16 | ||
HonorDrivePolicy (martin) | CopyParam\IgnorePermErrors (martin) | ||
Line 16: | Line 16: | ||
| ''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) | | ||
| ''Interface\CopyParam\IncludeFileMask'' | [[ui_transfer_custom#other|File mask]] | To be used with [[commandline#operations|command-line operations]] only. \\ In scripting use the ''-filemask'' switch; in .NET assembly, use the [[library_transferoptions#filemask|TransferOptions.FileMask]]. | | | ''Interface\CopyParam\IncludeFileMask'' | [[ui_transfer_custom#other|File mask]] | To be used with [[commandline#operations|command-line operations]] only. \\ In scripting use the ''-filemask'' switch; in .NET assembly, use the [[library_transferoptions#filemask|TransferOptions.FileMask]]. | | ||
+ | | ''Interface\CopyParam\IgnorePermErrors'' | [[ui_transfer_custom#upload|Ignore permission errors]] | ''0'' = Off, ''1'' = On | | ||
| ''Interface\LocalIconsByExt'' | Turn off loading icons from local files | ''0'' - Load icons from local files, ''1'' - Resolve icons for local files by file extension only | | | ''Interface\LocalIconsByExt'' | Turn off loading icons from local files | ''0'' - Load icons from local files, ''1'' - Resolve icons for local files by file extension only | | ||
| ''Interface\HonorDrivePolicy'' | Follow Windows explorer configuration for hiding drives | ''0'' - Show all drives, ''1'' - Hide hidden drives | | | ''Interface\HonorDrivePolicy'' | Follow Windows explorer configuration for hiding drives | ''0'' - Show all drives, ''1'' - Hide hidden drives | |