Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 678 Bytes

File metadata and controls

27 lines (19 loc) · 678 Bytes

FileFlow

Transfer files between two devices via web browser

Quick Start

Deployment

# Linux
wget -c https://github.com/debugdoctor/FileFlow/releases/download/v0.2.0/FileFlow-linux-x86_64 -O FileFlow

# Windows
wget -c https://github.com/debugdoctor/FileFlow/releases/download/v0.2.0/FileFlow-windows-x86_64.exe -O FileFlow.exe

Usage

Use the following command to start FileFlow serrver

# Linux
./FileFlow > FIleFlow.log 2>&1 & echo $! > FileFlow.pid

# Windows
start /b FileFlow.exe > FileFlow.log 2>&1

Open your browser and visit http://server_ip:5000/upload then you can upload files and follow the instructions to download files.