Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@solvencino/arc

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solvencino/arc

It is a simple folder mounter over network.

  • 1.0.11
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

arcane (arc)

It is a simple folder mounter over network.

Only works on linux, until i find dokany or winfsp bindings for JS.

Install

npm i -g @solvencino/arc

or (without installation)

npx arc <args>

Example Usage:

Server :

arc -p 8080 -> key

Client :

arc -p 3000 -k <key> -m /home/dir/

Options:

 -p, --port <port>     port to run on [optional]
 -k, --key <key>       dht key [required on client]
 -m, --mount <path>    path to mount
 -w, --allowWrite      when using mount allow client all permissions. default READ-ONLY
 -v, --version         print version
 -h, --help            display help for command

License:

MIT

Files httpfs-server.js and httpfs-client.js are under license MPL 2.0.

Source for both files: httpfs

Keywords

FAQs

Package last updated on 23 May 2022

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