fileflan
v0.1.5
Published
P2P file sharing to/from the command line and browser.
Maintainers
Readme
fileflan
CLI mode is cross-compatible with browser mode at fileflan.com. End-to-end encrypted file sharing on the command line.
Install
npm install -g fileflanRequires Node.js 18 or newer. Prebuilt for macOS, Linux, and Windows — no toolchain required.
Receive
fileflan recvYou'll be given a two-word handle. Share it with whoever's sending — they enter
it just like in the web app. Files save to the current directory; pass
--out <dir> to save elsewhere.
Send
fileflan send mocha-truffle photo.jpg report.pdfThe receiver sees a pair request and accepts before any bytes move. Files transfer directly between you, end-to-end encrypted.
Limits
fileflan --help1 GB per file, matching the web app. Folders aren't supported yet — archive
first with zip -r or tar -czf.
License
MIT
