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

Directory Listing fails on broken symlink #7353

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

Directory Listing fails on broken symlink #7353

cyberduck opened this issue Jul 18, 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 (12076) attempting to list a sftp directory that contains a broken symlink fails with:

-No such file (SSH_FX_NO_SUCH_FILE: A reference was made to a file which does not exist.)*

This looks like a repeat of #1156 but as that was closed so far back, I'm creating a new ticket.

Trivial to replicate: mkdir abc / cd abc / ln -s def ghi ... and try to open abc in cyberduck.

In a perfect world you don't leave hanging symlinks but then there's something like this ubuntu (non?) issue which was actually how I found this.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Thanks for testing the snapshot builds!

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In f261b17.

@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