slatt
: ⚡ a golang tool that helps you easily transfer files from one computer to another
Dependencies:
- go
- git
git clone https://github.com/gerardo-torres/slatt/
cd ./slatt
go build ./
To send a file from the current directory:
$ ./slatt send example.txt
To receive a file and save it to the current directory:
$ ./slatt receive
You can also use s
and r
instead of send
and receive
respectively.
MIT License