
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
fileshare is a command line tool that lets you share and discover files on your local network
fileshare is a command line tool that lets you share and discover files on your local network
Its available through npm:
npm install -g fileshare
Usage is simple:
$ fileshare filename.ext
$ share this command: curl -LOC - http://192.168.2.199:52525/filename.ext
Receivers of the file simple need to run the curl command.
$ curl -LOC - http://192.168.2.199:52525/filename.ext # run this on the receiver to transfer the file
If the transfer fails they can just run it again and curl will resume the transfer.
To list all available files available for download on the network do
$ fileshare ls
$ [x] get someone/filename.ext
$ [ ] get someone-else/filename.ext
Select the file you want using up and down on your keyboard and click enter
fileshare only works on the local network.
To share files with anyone, anywhere use Ge.tt
FAQs
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.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.