Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/ft

File Transferer
https://github.com/mattn/ft

file-transfer go golang grpc

Last synced: about 2 months ago
JSON representation

File Transferer

Awesome Lists containing this project

README

        

# ft - File Transferer

ft is CLI tool that transfer files.

![ft](https://raw.githubusercontent.com/mattn/ft/master/screenshot.gif)

## Usage

serve files

```
$ ft serve
```

download from server

```
$ ft download -a 192.168.123.4
```

## Installation

```
$ go install github.com/mattn/ft@latest
```

## License

MIT

## Author

Yasuhiro Matsumoto (a.k.a. mattn)