An open API service indexing awesome lists of open source software.

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

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)