marta-issues icon indicating copy to clipboard operation
marta-issues copied to clipboard

Binary files copied from remote desktop become zero-filled when pasted in Marta

Open omggga opened this issue 1 year ago • 0 comments

Environment:

  • Marta version: 0.8.1
  • macOS version: 13.5.2
  • Microsoft Remote desktop software/version: 10.9.1

Steps to reproduce:

  • Connect to a remote desktop using Microsoft Remote Desktop.
  • Select and copy a binary file using cmd+c on the remote desktop.
  • Switch to the Marta app on the local machine.
  • Paste the copied binary file into a directory in Marta using cmd+v.

Expected behavior: The binary file should retain its original content when pasted into Marta, just as it does when pasted into macOS Finder.

Actual behavior: The pasted binary file in Marta is filled with zeros (e.g., 0000 0000 0000 0000 0000 0000 0000 0000).

Additional notes: When the same binary file is copied from the remote desktop and pasted into macOS Finder, the file retains its original content, indicating that the issue might be specific to Marta.

omggga avatar Sep 08 '23 09:09 omggga