https://github.com/voocel/ftf
π₯ a golang filetransfer
https://github.com/voocel/ftf
filetransfer-tcp go golang tcp tcp-server
Last synced: 5 months ago
JSON representation
π₯ a golang filetransfer
- Host: GitHub
- URL: https://github.com/voocel/ftf
- Owner: voocel
- License: apache-2.0
- Created: 2022-01-11T16:17:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T15:32:22.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T22:33:12.643Z (about 2 years ago)
- Topics: filetransfer-tcp, go, golang, tcp, tcp-server
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FTF
The high-performance file transfer for Golang
**English** | [δΈζ](./README.zh-CN.md)
## π‘ Requirements
Go version: 1.9.x or later
## β‘οΈ Quick Start
```bash
git clone https://github.com/voocel/ftf.git
cd ftf
go build .
./ftf send
./ftf receive
```
## βοΈ Install
install a release from the command-line
```
curl https://getftf.voocel.com | bash
```
## π₯ Features
* [x] send
* [x] receive
* [x] progressbar
* [x] pretty terminal
## β οΈ License
Copyright Β© 2016β2022
Licensed under [Apache License 2.0](https://github.com/voocel/ftf/blob/main/LICENSE)