pkgsrc/filesystems/fuse-sshfs/PLIST
jmmv af02410d00 Initial addition of fuse-sshfs, version 2.6:
This is a filesystem client based on the SSH File Transfer Protocol.
Since most SSH servers already support this protocol it is very easy to
set up: i.e. on the server side there's nothing to do.  On the client
side mounting the filesystem is as easy as logging into the server with
ssh.

The idea of sshfs was taken from the SSHFS filesystem distributed with
LUFS.  There were some limitations in that codebase, and this
implementation features:

- Based on FUSE
- Multithreading
- Large reads (max 64k)
- Caching directory contents
- Reconnect on failure
2016-03-01 11:30:07 +00:00

3 lines
88 B
Text

@comment $NetBSD: PLIST,v 1.1 2016/03/01 11:30:07 jmmv Exp $
bin/sshfs
man/man1/sshfs.1