Name: sshfs-fuse Summary: SSH file system for FUSE License: GPL Group: System Environment/Base Version: 1.6 Release: %lcgrelease 1 Source: http://prdownloads.sourceforge.net/fuse/%{name}-%{version}.tar.gz URL: http://fuse.sourceforge.net/sshfs.html BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: fuse %description 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, which I found very useful. There were some limitations of that codebase, so I rewrote it. Features of this implementation are: * Based on FUSE (the best userspace filesystem framework for linux ;-) * Multithreading: more than one request can be on it's way to the server * Allowing large reads (max 64k) * Caching directory contents %prep %setup -q %build %configure %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc COPYING INSTALL NEWS README %{_bindir}/sshfs %{_libdir}/sshnodelay.so %changelog * Sun Apr 23 2006 - Paulo Roma - Fedora core 4 build. * Sun Mar 19 2006 - Bernhard Walle - added to packman # vim: ts=8 sw=8 et