https://github.com/gtr/slatt
* file transfer tool on your command line :)
https://github.com/gtr/slatt
filetransfer go
Last synced: 5 months ago
JSON representation
* file transfer tool on your command line :)
- Host: GitHub
- URL: https://github.com/gtr/slatt
- Owner: gtr
- License: mit
- Created: 2019-01-05T16:02:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T19:21:37.000Z (about 7 years ago)
- Last Synced: 2023-07-10T22:34:55.364Z (almost 3 years ago)
- Topics: filetransfer, go
- Language: Go
- Homepage:
- Size: 1.56 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
`slatt`: :zap: a golang tool that helps you easily transfer files from one computer to another
### Installation
Dependencies:
- go
- git
```bash
git clone https://github.com/gerardo-torres/slatt/
```
```bash
cd ./slatt
go build ./
```
### Usage
To send a file from the current directory:
```bash
$ ./slatt send example.txt
```
To receive a file and save it to the current directory:
```bash
$ ./slatt receive
```
You can also use `s` and `r` instead of `send` and `receive` respectively.
### License
MIT License