trzsz / trzsz

trzsz is a simple file transfer tools, similar to lrzsz ( rz / sz ), and compatible with tmux.
https://trzsz.github.io
MIT License
1.15k stars 54 forks source link

How to install on FreeBSD System? #55

Closed licoba closed 2 months ago

licoba commented 2 months ago

I didn't find the tutorial

lonnywong commented 2 months ago

If you want to install the Python version, just sudo python3 -m pip install --upgrade trzsz on the server.

If you want to install the Go version (Recommended), just go install github.com/trzsz/trzsz-go/cmd/...@latest on the server.

licoba commented 2 months ago

OK, thank you. My server does not have a Go environment. It seems that I can only install the python version. Do I need to configure environment variables after installation? Or can I use it directly after installing it with python?

lonnywong commented 2 months ago

I will compile the freebsd binary in the next Go version. You can download and unzip it from Go Releases to use.

lonnywong commented 2 months ago

Do I need to configure environment variables after installation? Or can I use it directly after installing it with python?

As long as you can find trz and tsz after installation and run them.

licoba commented 2 months ago

Okay, thank you very much.