sshfs

A network filesystem client to connect to SSH servers

GPL-2.0 License

Downloads
27
Stars
5.9K
Committers
52

Bot releases are hidden (Show)

sshfs - SSHFS 3.7.3 Latest Release

Published by Nikratio over 2 years ago

  • Minor bugfixes.

  • This is the last release from the current maintainer. SSHFS is now no longer maintained
    or developed. Github issue tracking and pull requests have therefore been disabled. The
    mailing list (see below) is still available for use.

    If you would like to take over this project, you are welcome to do so. Please fork it
    and develop the fork for a while. Once there has been 6 months of reasonable activity,
    please contact [email protected] and I'll be happy to give you ownership of this
    repository or replace with a pointer to the fork.

sshfs - SSHFS 3.7.2

Published by Nikratio over 3 years ago

  • Added a secondary check so if a mkdir request fails with EPERM an access request will be retried
sshfs - SSHFS 3.7.1

Published by Nikratio almost 4 years ago

  • minor bugfixes.
sshfs - SSHFS 3.7.0

Published by Nikratio almost 5 years ago

  • New max_conns option enables the use of multiple connections to improve responsiveness during large file transfers. Thanks to Timo Savola for doing most of the implementation work, and thanks to CEA.fr for sponsoring remaining bugfixes and cleanups!

  • The buflimit workaround is now disabled by default. The corresponding bug in OpenSSH has been fixed in 2007 (cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365541#37), so this shouldn't be needed anymore. If you depend on this workaround, please let the SSHFS maintainers know, otherwise support for the workaround will be removed completely in a future version.

sshfs - SSHFS 3.6.0

Published by Nikratio almost 5 years ago

  • Added "-o direct_io" option.
    This option disables the use of page cache in kernel.
    This is useful for example if the file size is not known before reading it.
    For example if you mount /proc dir from a remote host without the direct_io
    option, the read always will return zero bytes instead of actual data.
  • Added --verbose option.
  • Fixed a number of compiler warnings.
  • Improved performance under OS X.
sshfs - SSHFS 3.5.2

Published by Nikratio over 5 years ago

  • Fixed "-o idmap=user" to map both UID and GID on all OSs.
  • Fixed improper handling of sequential spaces spaces in "ssh_command" option
sshfs - SSHFS 3.5.1

Published by Nikratio almost 6 years ago

  • Documentation updates
  • Build system updates
  • Added "BindInterface" as valid "-o" option.
sshfs - SSHFS 3.5.0

Published by Nikratio about 6 years ago

  • Fixed error code returned by rename(), allowing proper fallback.
  • Port to Cygwin.
sshfs - SSHFS 3.4.0

Published by Nikratio over 6 years ago

  • Make utimens(NULL) result in timestamp "now" -- no more touched files dated 1970-01-01
  • New createmode workaround.
  • Fix fstat workaround regression.
sshfs - SSHFS 3.3.2

Published by Nikratio over 6 years ago

  • New renamexdev workaround.
sshfs - SSHFS 3.3.1

Published by Nikratio almost 7 years ago

  • Manpage is now installed in correct directory.
  • SSHFS now supports (or rather: ignores) some options that it may receive as result of being mounted from /etc/mtab. This includes things like user, netdev, or auto.
sshfs - SSHFS 3.3.0

Published by Nikratio about 7 years ago

  • Dropped support for writeback caching (and, as a consequence, "unreliable append" operation). As of kernel 4.14, the FUSE module's writeback implementation is not compatible with network filesystems and there are no imminent plans to change that.
  • Add support for mounting from /etc/fstab
  • Dropped support for building with autotools.
  • Added missing options to man page.
sshfs - SSHFS 3.2.0

Published by Nikratio about 7 years ago

  • Re-enabled writeback cache.
  • SSHFS now supports O_APPEND.
sshfs - SSHFS 3.1.0

Published by Nikratio about 7 years ago

  • Temporarily disabled the writeback cache feature, since there have been reports of dataloss when appending to files when writeback caching is enabled.

  • Fixed a crash due to a race condition when listing directory contents.

  • For improved backwards compatibility, SSHFS now also silently accepts the old -o cache_* options.

sshfs - SSHFS 2.10

Published by Nikratio about 7 years ago

This is a maintenance release of the SSHFS 2.x line.
Please use a SSHFS 3.x release if you can!

  • Fixed a crash due to a race condition when listing directory contents.
  • Added unit tests
  • Documented limited hardlink support.
  • Added support for building with Meson.
  • Added support for more SSH options.
  • Dropped support for the nodelay workaround - the last OpenSSH version for which this was useful was released in 2006.
  • Dropped support for the nodelaysrv workaround. The same effect (enabling NODELAY on the server side and enabling X11 forwarding) can be achieved by explicitly passing -o ForwardX11
  • Removed support for -o workaround=all. Workarounds should always enabled explicitly and only when needed. There is no point in always enabling a potentially changing set of workarounds.
sshfs - SSHFS 3.0.0

Published by Nikratio over 7 years ago

  • sshfs now requires libfuse 3.1.0 or newer.
  • When supported by the kernel, sshfs now uses writeback caching.
  • The cache option has been renamed to dir_cache for clarity.
  • Added unit tests
  • --debug now behaves like -o debug_sshfs, i.e. it enables sshfs debugging messages rather than libfuse debugging messages.
  • Documented limited hardlink support.
  • Added support for building with Meson.
  • Added support for more SSH options.
  • Dropped support for the nodelay workaround - the last OpenSSH version for which this was useful was released in 2006.
  • Dropped support for the nodelaysrv workaround. The same effect (enabling NODELAY on the server side and enabling X11 forwarding) can be achieved by explicitly passing -o ForwardX11
  • Removed support for -o workaround=all. Workarounds should always enabled explicitly and only when needed. There is no point in always enabling a potentially changing set of workarounds.
sshfs - SSHFS 2.9

Published by Nikratio over 7 years ago

  • Improved support for Cygwin.
  • Various small bugfixes.
sshfs - SSHFS 2.8

Published by Nikratio over 8 years ago

Release 2.8 (2016-06-22)

  • Added support for the "fsync" extension.
  • Fixed a build problem with bitbake
sshfs - SSHFS 2.7

Published by Nikratio over 8 years ago

  • Integrated osxfuse's copy of sshfs, which means that sshfs now works
    on OS X out of the box.
  • Added -o cache_max_size=N option to let users tune the maximum size of
    the cache in number of entries.
  • Added -o cache_clean_interval=N and -o cache_min_clean_interval=N
    options to let users tune the cleaning behavior of the cache.
sshfs - SSHFS 2.6

Published by Nikratio over 8 years ago

No significant changes to the last release, merely a new maintainer and some cleanups.

Package Rankings
Top 5.29% on Alpine-v3.8
Top 7.7% on Alpine-v3.15
Top 4.27% on Alpine-v3.14
Top 1.66% on Alpine-v3.18
Top 4.81% on Pkg.adelielinux.org
Top 15.95% on Spack.io
Top 3.25% on Alpine-v3.10
Top 4.31% on Alpine-v3.16
Top 4.66% on Alpine-v3.4
Top 3.67% on Alpine-v3.12
Top 8.35% on Alpine-v3.17
Top 3.24% on Alpine-v3.5
Top 3.29% on Alpine-v3.7
Top 21.89% on Formulae.brew.sh
Top 5.16% on Alpine-v3.6
Top 3.22% on Alpine-v3.11
Top 3.61% on Alpine-v3.13
Top 6.87% on Alpine-v3.9
Top 5.58% on Alpine-edge