kapitainsky / RcloneBrowser

Simple cross platform GUI for rclone. Supports macOS, GNU/Linux, BSD family and Windows.
https://github.com/kapitainsky/RcloneBrowser
MIT License
2.28k stars 218 forks source link

[macOS] Filename with forward slashes not parsed in running output #160

Open jason5122 opened 3 years ago

jason5122 commented 3 years ago

Hi, I found a bug while uploading some files to Google Drive. It seems that a folder with forward slashes is not correctly shown in the upload progress. The first image below shows the filename is cut off as iPhone X (restored)/10 and incorrectly displays no progress. It should display as iPhone X (restored)/10:30:20/IMG_XXXX.JPG, since Finder converts / into : characters under the hood (note that Show Output correctly displays this). The second image is the filename as it appears in Finder, for reference.

Example

Screen Shot 2021-02-07 at 5 21 33 PM Screen Shot 2021-02-07 at 5 24 42 PM