Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattn/ft
File Transferer
https://github.com/mattn/ft
file-transfer go golang grpc
Last synced: 28 days ago
JSON representation
File Transferer
- Host: GitHub
- URL: https://github.com/mattn/ft
- Owner: mattn
- Created: 2018-01-09T01:22:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T03:33:58.000Z (over 2 years ago)
- Last Synced: 2024-11-07T20:51:52.445Z (about 1 month ago)
- Topics: file-transfer, go, golang, grpc
- Language: Go
- Homepage:
- Size: 236 KB
- Stars: 186
- Watchers: 10
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - mattn/ft - File Transferer (Go)
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)