-
Notifications
You must be signed in to change notification settings - Fork 130
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
Is this project dead? #82
Comments
|
Can anyone suggest an alternative? |
I don't think there is one. Actually the most important part of this project is maintained https://github.com/osxfuse/osxfuse. You can still compile diff --git a/sshfs.c b/sshfs.c
index f116633..714317b 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -14,9 +14,6 @@
#if !defined(__CYGWIN__)
#include <fuse_lowlevel.h>
#endif
-#ifdef __APPLE__
-# include <fuse_darwin.h>
-#endif
#include <assert.h>
#include <stdio.h>
#include <stdlib.h> If you speak japanese you can use this custom homebrew formula : https://hkob.hatenablog.com/entry/2020/12/03/110000 |
Well the thing is it does "work" for me, but it is for some reason way slower than VScode's Remote SSH editing when viewing files, and if I ever lose connection if drags the whole Finder with it, so it's very painful for me to work with |
There is a well maintained alternative and it's in README of this project: https://github.com/libfuse/sshfs |
@mrdc From the README of that project:
If you are referring to the corresponding homebrew package it is marked as depreciated. There is only an x86_64 build. Attempting to
So, what, specifically are you referring to? |
In README of osxfuse/sshfs:
This version is actively developed and has latest commits one month ago. |
@mrdc, from the latest release notes on that project (https://github.com/libfuse/sshfs/releases)
|
The latest merge was made last week. No longer maintained by the original maintainer. |
@mrdc. libfuse/sshfs requires libfuse 3.1.0 or newer or another implementation of the libfuse3 interface. How did you get it to build and run on MacOS? |
Hi all,
I understand that actually I should install https://github.com/osxfuse/sshfs, but this isn't available in Homebrew. Could someone publish it there? Also, this is a sub-project that looks dead, since it hasn't released anything since 2.5.0 in 2014, while it's Linux counterpart is at 3.7.3. If it's a fork, but I'd like to know if going backwards is worthwhile (and is the fork needed?). Thanks for helping. |
Given the last commit was in 2017, I'm wondering if there is any updates? I was going to load the software but I'm a but hesitant to load sshfs if there is no maintainer.
The text was updated successfully, but these errors were encountered: