Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editing a file, downloading a copy, then saving the edit does not upload the edited file. #7838

Closed
cyberduck opened this issue Mar 6, 2014 · 2 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

97c345d created the issue

Downloading a file after opening it for edit in an external editor breaks the link to edited data when saving.

Steps to reproduce.

  1. Open a file for edit in an external editor.
  2. Download a copy of the file to another location.
  3. Edit file in external editor.
  4. Save file in external editor.

Though CyberDuck receives the save command from the external editor, it does not upload the file previously downloaded for editing. Instead, it uploads the file from its last download location.

Workaround: Download a copy of the file before editing in place with an external editor.

Download file for edit, download file to location

SSH_FXP_OPEN
SSH_FXP_HANDLE
SSH_FXP_READ
SSH_FXP_DATA
SSH_FXP_CLOSE
SSH_FXP_STATUS
SSH_FXP_STAT
SSH_FXP_ATTRS
SSH_FXP_STAT
SSH_FXP_ATTRS
SSH_FXP_OPEN
SSH_FXP_HANDLE
SSH_FXP_WRITE
SSH_FXP_STATUS
SSH_FXP_CLOSE
SSH_FXP_STATUS
SSH_FXP_STAT
SSH_FXP_ATTRS
SSH_FXP_REMOVE
SSH_FXP_STATUS
SSH_FXP_RENAME
SSH_FXP_STATUS
SSH_FXP_SETSTAT
SSH_FXP_STATUS

Save edited file

SSH_FXP_OPEN
SSH_FXP_HANDLE
SSH_FXP_READ
SSH_FXP_DATA
SSH_FXP_CLOSE
SSH_FXP_STATUS
SSH_FXP_STAT
SSH_FXP_ATTRS
SSH_FXP_STAT
SSH_FXP_ATTRS
SSH_FXP_OPEN
SSH_FXP_HANDLE
SSH_FXP_WRITE
SSH_FXP_STATUS
SSH_FXP_CLOSE
SSH_FXP_STATUS
SSH_FXP_STAT
SSH_FXP_ATTRS
SSH_FXP_REMOVE
SSH_FXP_STATUS
SSH_FXP_RENAME
SSH_FXP_STATUS
SSH_FXP_SETSTAT
SSH_FXP_STATUS

External Editor: TextWrangler 3.5.3

@cyberduck
Copy link
Collaborator Author

97c345d commented

Replying to [7838 ccsgraphic]:

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fixed in bad4f4a. Please update to the latest snapshot build available.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants