Skip to content

Releases: thevolcanomanishere/folder-beam-5000

v4

21 Oct 13:22
Compare
Choose a tag to compare

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

Full Changelog: v3...v4

v3

19 Oct 13:53
Compare
Choose a tag to compare
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

17 Oct 11:18
Compare
Choose a tag to compare
v2

Not tested on Windows yet.
For linux, run chmod +x folder-beam-linux-[arch] so that you can execute the binary.

v1

15 Oct 12:59
Compare
Choose a tag to compare
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