Releases: thevolcanomanishere/folder-beam-5000
Releases · thevolcanomanishere/folder-beam-5000
v4
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
v3
- Provide your own password for the connection. Makes it easier to get the client connected
- Reformatted terminal messages
- Added transfer stats on the server side
v2
Not tested on Windows yet.
For linux, run chmod +x folder-beam-linux-[arch]
so that you can execute the binary.
v1
Tip: Download the release directly to your machine inside a terminal with
curl -L https://github.com/thevolcanomanishere/folder-beam-5000/releases/latest/download/folder-beam-client-linux-x64 --output folder-beam-client-linux-x64