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

Issue when remote path is a symlink #312

Open
the-moog opened this issue Sep 2, 2024 · 0 comments
Open

Issue when remote path is a symlink #312

the-moog opened this issue Sep 2, 2024 · 0 comments

Comments

@the-moog
Copy link

the-moog commented Sep 2, 2024

If the remote end path ends in a symlink, e.g.
user@server:/path/symlink

Then sshfs fails to mount, with error 'Not a directory' even if -o follow_symlinks is supplied.

However passing
user@server:/path/symlink/

(Note the trailing slash) - works fine :)

If I do
ssh user@server ls /path/symlink
then I get a directory listing.
So the issue is with CLI processing in sshfs, not they way ssh or the remote os is parsing paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant