Socket
Socket
Sign inDemoInstall

vfs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vfs

Experimental SFTP over WebSockets filesystem client running on top of SSHFS


Version published
Maintainers
1
Created
Source

vfs

VFS is an experimental wrapper around SSHFS written in Node.js. It makes it possible to mount remote filesystems accessible through SFTP over WebSockets (instead of common SFTP over SSH).

In future, it might support other kinds of virtual filesystems as well.

Note: At the client side, Linux with sshfs and Node.js is required.

Getting started

  1. Setup an SFTP over WebSockets server at the remote machine (or skip this step and try wss://nuane.com/sftp).
  2. Install sshfs at the client (in Debian/Ubuntu, run apt-get install sshfs as root).
  3. Install vfs at the client by running npm install vfs (add -g as root to install globally).
  4. Mount a remote filesystem to a local directory by running vfs url mountpoint (for example vfs wss://nuane.com/sftp ~/sftp). Optionally, add --path=path_name to specify a remote path if you only wish to mount a part of the remote filesystem.
  5. Enjoy the remote filesystem! :-)

Missing features

  • Add the ability to easily start the filesystem client in the background.
  • Make it possible to pass SSHFS and FUSE options from command line.
  • More authentication options (only Basic authentication is supported at the moment, which is insufficient).

Keywords

FAQs

Package last updated on 28 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc