Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kerogs/onefiletransfer

Easy local file transfer.
https://github.com/kerogs/onefiletransfer

Last synced: about 12 hours ago
JSON representation

Easy local file transfer.

Awesome Lists containing this project

README

        

# oneFileTransfer
Easy local file transfer for windows.

## Installation
### Release
Install the lastest [release here](https://github.com/kerogs/oneFileTransfer/releases/latest) and

### Download code
To install the code, follow these steps
1. Go to the directory where the code is located
```sh
cd ./oneFileTransfer
```
2. Build code with Go
```go
go build ./main.go
```

## Command list
1. Use the following command first:
```sh
oft help
```

### List of command lines
```sh
[email protected]~> oft help
Version : 1.0.1
Usage: oft [options]

Commands:
host start -d : Start hosting files from specified directory
start -p : Optional (default : 7000)
stop : Stop hosting
scan : Scan for hosts that are hosting files
kill : Terminate the program (ctrl + c -> work too)
clear : Clear the console screen
```

## Preview
![preview](.ksinf/image.png)