Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kerogs/onefiletransfer
- Owner: kerogs
- Created: 2024-07-04T22:44:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T13:12:20.000Z (5 months ago)
- Last Synced: 2024-11-06T07:12:42.335Z (about 2 months 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
[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)