Remember too chmod +x [binary]
so you can execute it with ./[binary]
You can now set a password by passing it as an argument when running the binary from your server side.
Eg../folder-beam -p password
Client side -> ./folder-beam password
This will connect to your server created with password
What's Changed
- Fix 8gb file limit by @thevolcanomanishere in #2
Full Changelog: v3...v4