SSHFS Changelog

What's new in SSHFS 2.5.0

Feb 4, 2014
  • Add -o disable_hardlink option (debian bug #670926). Reported by Louis-David Mitterrand
  • Optimize readdir by sending multiple requests in parallel. Add -o sync_readdir to restore old behavior. Patch by Alexander Neumann
  • Map SSH2_FX_FAILURE to ENOTEMPTY for rmdir. Reported by Ross Lagerwall
  • When checking root directory use LSTAT not STAT. This prevents I/O error being returned after a successful mount if a symlink is mounted. Reported by Bart Friederichs