pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems/fuse-sshfs



Module Name:    pkgsrc
Committed By:   jmmv
Date:           Tue Mar  1 11:30:07 UTC 2016

Added Files:
        pkgsrc/filesystems/fuse-sshfs: DESCR Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/filesystems/fuse-sshfs/DESCR \
    pkgsrc/filesystems/fuse-sshfs/Makefile \
    pkgsrc/filesystems/fuse-sshfs/PLIST \
    pkgsrc/filesystems/fuse-sshfs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index