Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@solvencino/arc
Advanced tools
It is a simple file and folder sharer.
It uses hyperswarm for sharing over network.
npm i -g @solvencino/arc
or (without installation)
npx arc <args>
You can access shared files using 3 ways.
arc -p 8080
arc -p 3000 -k <key>
arc -k <key> -m /home/dir/
arc -k <key> -r
Note : You need to provide either key or address on client
-p, --port <port> port to run on [optional]
-k, --key <key> dht key [required on client]
-m, --mount <path> mount path for fuse
-r, --repl use repl to access files
-a, --address <addr> local ip address for mount
-l, --local don't use hyperswarm, to share on local devices
-w, --allowWrite when using mount allow client all permissions. default READ-ONLY
-v, --version print version
-h, --help display help for command
Repl Commands:
.status print status
.ls print contents of current directory
.cd <path> chagne directory
.cp <path> <file system path> copy files and directory
.cat <filename> print contents of file
.help print help
.exit exit repl
MIT
Files httpfs-client.js and httpfs-server.js are under license MPL 2.0.
Source for both files : httpfs
FAQs
It is a simple folder mounter over network.
The npm package @solvencino/arc receives a total of 0 weekly downloads. As such, @solvencino/arc popularity was classified as not popular.
We found that @solvencino/arc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.