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

Edit File gives Download Error #7365

Closed
cyberduck opened this issue Jul 23, 2013 · 2 comments
Closed

Edit File gives Download Error #7365

cyberduck opened this issue Jul 23, 2013 · 2 comments
Assignees
Labels
bug fixed sftp SFTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

2063a3d created the issue

In Version 4.4 (12175) over a SFTP connection:

Double click (or via menu icon) fails to open file in editor (TextWrangler) with:

Download failed /var/folders/....../remote_path/remote_file.ext (No such file or directory)
SSH_FXP_OPEN SSH_FXP_HANDLE SSH_FXP_CLOSE SSH_FXP_STATUS

This appears to occur for some files but not others. In contrast using "Quick look" and opening the file from there has no problems.

On closer inspection this looks like an issue with the creation of the "remote_path" element of the local file path.

For example:

  1. the server has /myfiles/mydir/a.txt and /myfiles/mydir/b.txt

  2. the local /var/folders/....../myfiles/mydir does not exist

  3. attempt to edit /myfiles/mydir/a.txt fails and /var/folders/....../myfiles/mydir not created

  4. Quick look /myfiles/mydir/a.txt succeeds and /var/folders/....../myfiles/mydir is created

  5. attempt to edit /myfiles/mydir/b.txt succeeds because(?) /var/folders/....../myfiles/mydir exists

Note: the behaviour remains the same regardless of the defaults ch.sudo.cyberduck editor.odb.enable setting

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Thanks for testing the snapshot builds!

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In a615bff.

@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.
Labels
bug fixed sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants