https://github.com/kerogs/onefiletransfer
Easy local file transfer.
https://github.com/kerogs/onefiletransfer
Last synced: 10 months ago
JSON representation
Easy local file transfer.
- Host: GitHub
- URL: https://github.com/kerogs/onefiletransfer
- Owner: kerogs
- Created: 2024-07-04T22:44:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T13:12:20.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T12:57:56.076Z (over 1 year ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
user@192.168.1.47~> 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
