4593682 [rkeene@sledge /home/rkeene/projects/build]$ cat sshfs.txt
# SHORT DESC: SSH Filesystem (In Userspace)
# LONG DESC: 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.

# COMPILE REQUIREMENT: fuse
# RUNTIME REQUIREMENT: fuse
# RUNTIME REQUIREMENT: openssh

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
make install || exit 1
4593683 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06