We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193b48d commit bb7d6caCopy full SHA for bb7d6ca
README.md
@@ -50,7 +50,7 @@ sftp(1) and ssh_config(5)), including the remote port number
50
51
To unmount the filesystem:
52
53
- fusermount -u mountpoint
+ umount mountpoint
54
55
56
Installing
@@ -62,6 +62,7 @@ http://github.com/libfuse/libfuse.
62
You also need to install the devel package for glib2.0. After
63
installing FUSE, compile sshfs the usual way:
64
65
+ autoreconf -vfi
66
./configure
67
make
68
make install (as root)
0 commit comments