-
Notifications
You must be signed in to change notification settings - Fork 272
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
ssh milestone #963
Comments
I believe SSH support is already provided through GVFS. Not sure if that's what you mean? |
what is gvfs? it is not listed in geany plugins. |
See here. It allows you to mount remote file systems, which to Geany just appear like any other file system. You could probably also just use SSHFS directly to mount a remote directory, which would also just appear to Geany as any other file system. |
is there any geany-gvfs tutorial ? |
To be clear, geany only accesses the local filesystem, if you use any method to make a remote filesystem appear as if local Geany can access it. But the functionality to mount remote filesystems as local is not part of Geany, its part of your operating system. |
so - essentially - there is no remote mounting as you have it in vscode/atom ? |
for SSHFS(Ssh File System) i use gui Sftpman-gtk, in this you mount your ssh remote point in a local disk. |
The popular Linux desktop environments (and if I'm not mistaken Win32 and Macos) usually include the ability to mount remote (and other) filesystems from the file manager application, as well. Seems a little redundant for Geany to implement something already provided by the underlying OS/DE. |
is there a milestone for geany-plugin-remote-ssh somewhere ?
something alike remote-ssh on atom or vscode?
The text was updated successfully, but these errors were encountered: