You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
1
2
# SSHFS
2
3
3
4
@@ -14,8 +15,8 @@ very simple to use - there's nothing to do on the server-side.
14
15
SSHFS is shipped by all major Linux distributions and has been in
15
16
production use across a wide range of systems for many years. However,
16
17
at present SSHFS does not have any active, regular contributors, and
17
-
there are a number of known issues (see the [bugtracker](https://github.com/deadbeefsociety/sshfs/issues)). The current
18
-
maintainer continues to apply pull requests and makes regular
18
+
there are a number of known issues (see the [bugtracker](https://github.com/libfuse/sshfs/issues)).
19
+
The current maintainer continues to apply pull requests and makes regular
19
20
releases, but unfortunately has no capacity to do any development
20
21
beyond addressing high-impact issues. When reporting bugs, please
21
22
understand that unless you are including a pull request or are
@@ -58,7 +59,7 @@ umount mountpoint
58
59
59
60
60
61
First, download the latest SSHFS release from
61
-
https://github.com/deadbeefsociety/sshfs/releases. You also need [libfuse](http://github.com/libfuse/libfuse) 3.1.0 or newer (or a
62
+
https://github.com/libfuse/sshfs/releases. You also need [libfuse](http://github.com/libfuse/libfuse) 3.1.0 or newer (or a
62
63
similar library that provides a libfuse3 compatible interface for your operating
63
64
system). Finally, you need the [Glib](https://developer.gnome.org/glib/stable/) library with development headers (which should be
64
65
available from your operating system's package manager).
0 commit comments