A currently maintained fork of SSHFS

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • sshfs

    A network filesystem client to connect to SSH servers (by deadbeefsociety)

  • The main file is a C file which is nearly 5,000 lines long. Impressive.

    https://github.com/deadbeefsociety/sshfs/blob/main/sshfs.c

  • rclone

    "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files

  • And the project appear to be way more active : https://github.com/rclone/rclone

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • quickjs

    Public repository of the QuickJS Javascript Engine.

  • Well... check out QuickJS: the bulk of the code is in a single 55k LOC C file: https://github.com/bellard/quickjs/blob/master/quickjs.c

  • sshfs

    Discontinued A network filesystem client to connect to SSH servers

  • Interesting, I alaways assumed sshfs was part of OpenSSH, learn something new every day.

    Also, looks like sshfs used in Slackware is abandoned.

    https://github.com/libfuse/sshfs

    A quote from the link, I wonder if this project will be the 'one':

    >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.

    I also wonder if it was abandoned due to the RHEL re-orgs like what happened to bluetooth.

  • websocketfs

    WebSocketFS: it's like sshfs, but over a WebSocket and implemented in Typescript

  • Related -- last month I wrote an implementation of something very similar to sshfs, but in Typescript over a WebSocket: https://github.com/sagemathinc/websocketfs/tree/main/websock...

  • 9front

    nightly synced mirror

  • fuse-t

  • Just for the record: for macOS there’s now https://www.fuse-t.org/ which works without a kext (by spawning a local NFS server in the background and having macOS connect to it) and also has a sshfs implementation listed on https://github.com/macos-fuse-t/fuse-t/wiki#sample-filesyste... .

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts