freebsd-ports/sysutils/fusefs-sshfs/pkg-message
Pav Lucistnik cad1fb9d40 - Update fusefs-kmod to 0.2.99.1, fusefs-libs to 2.5.0, fusefs-sshfs to 1.4
PR:		ports/91873
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2006-01-18 19:48:56 +00:00

22 lines
416 B
Text

Basic Instructions:
There are three ways to do this:
Daemon initiated
1)
% sshfs -o idmap=user username@example.org: /path/to/mount/point
or
2)
% mount_fusefs auto /path/to/mount/point sshfs -o idmap=user \
username@example.org:
or
3)
% env FUSE_DEV_NAME=/dev/fuse0 sshfs -o idmap=user \
username@example.org:
% mount_fusefs /dev/fuse0 /path/to/mount/point
For further options see ``sshfs -h''.