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

Mount local directory to remote #164

Closed
sidahmed-malaoui opened this issue Mar 22, 2019 · 1 comment
Closed

Mount local directory to remote #164

sidahmed-malaoui opened this issue Mar 22, 2019 · 1 comment

Comments

@sidahmed-malaoui
Copy link

Is it possible to add the feature to mount a local directory to a remote server ? Or does it require too much work ?

@Nikratio
Copy link
Contributor

Thanks for the report! I don't think this is something that needs to be added to sshfs. You should be able to do something like

ssh <remote-server> -- sshfs <local-system> <mountpoint on remote server>

On the other hand, if you cannot SSH from the remote system into the local one, then there is nothing that SSHFS can do about - sorry.

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

No branches or pull requests

2 participants