Describe the bug
After a recent update pressing the Edit button in the file browser now not only downloads the file and opens it in my local text editor (BBEdit) as previously, but also then instantly re-uploads the file overwriting the file on server with a new copy of the file. As far as I can tell the content seems to be the same, but it gives me a scare and means files get changed on the server and a new timestamp even if they haven't been edited.
To Reproduce
Steps to reproduce the behavior:
Select a text file on a remote server
Click on Edit to download the file and open it in your local text editor
See the file open (do nothing)
See Cyberduck immediately upload the file again, overwriting the file on the server with a new copy
Expected behavior
Expect the file to open in the local editor and not be uploaded to the server until the file has been changed and saved.
Desktop (please complete the following information):
OS: macOS 13.2
Version Version 8.5.5 (39213)
Additional context
I've had no problems with this functionality for many years using BBEdit and Cyberduck together. So something must have changed in either app (or macOS) recently making Cyberduck think the file it has just downloaded is changed and needs to be re-uploaded immediately.
This is very troublesome since I regularly use the Edit function to simply look at web source files in my editor, with no intent to edit them. And now with this bug I don't dare use the feature as it will immediately change the file on the server in unexpected ways.
The text was updated successfully, but these errors were encountered:
There is a checksum comparison that should skip any upload when the file open in the editor and we receive a filesystem event but the file has not changed
Describe the bug
After a recent update pressing the Edit button in the file browser now not only downloads the file and opens it in my local text editor (BBEdit) as previously, but also then instantly re-uploads the file overwriting the file on server with a new copy of the file. As far as I can tell the content seems to be the same, but it gives me a scare and means files get changed on the server and a new timestamp even if they haven't been edited.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect the file to open in the local editor and not be uploaded to the server until the file has been changed and saved.
Desktop (please complete the following information):
Additional context
I've had no problems with this functionality for many years using BBEdit and Cyberduck together. So something must have changed in either app (or macOS) recently making Cyberduck think the file it has just downloaded is changed and needs to be re-uploaded immediately.
This is very troublesome since I regularly use the Edit function to simply look at web source files in my editor, with no intent to edit them. And now with this bug I don't dare use the feature as it will immediately change the file on the server in unexpected ways.
The text was updated successfully, but these errors were encountered: