Differences
This shows you the differences between the selected revisions of the page.
| 2020-12-10 | 2020-12-10 | ||
| stream improvements (martin) | ComparisonDifference.Reverse (martin) | ||
| Line 12: | Line 12: | ||
| * Preserve file permissions when overwritten files are recycled and transfer resume is disabled. [[bug>1929]] | * Preserve file permissions when overwritten files are recycled and transfer resume is disabled. [[bug>1929]] | ||
| * Added method ''RemotePath.EscapeOperationMask'' to .NET assembly. | * Added method ''RemotePath.EscapeOperationMask'' to .NET assembly. | ||
| + | * Added method ''ComparisonDifference.Reverse'' to .NET assembly. | ||
| * ''Write'', ''CanWrite'', ''Length'' and ''Position'' methods and properties of the ''Stream'' returned by the ''Session.GetFile'' behave as expected for a read-only steam. | * ''Write'', ''CanWrite'', ''Length'' and ''Position'' methods and properties of the ''Stream'' returned by the ''Session.GetFile'' behave as expected for a read-only steam. | ||
| * Bug fix: Target file name with escaped operation mask special symbols was incorrectly interpreted as an actual operation mask on some dialogs (upload, duplicate, etc), resulting in misplaced warnings | * Bug fix: Target file name with escaped operation mask special symbols was incorrectly interpreted as an actual operation mask on some dialogs (upload, duplicate, etc), resulting in misplaced warnings | ||