Transfer files between two devices via web browser
# 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.exeUse the following command to start FileFlow serrver
# Linux
./FileFlow > FIleFlow.log 2>&1 & echo $! > FileFlow.pid
# Windows
start /b FileFlow.exe > FileFlow.log 2>&1Open your browser and visit http://server_ip:5000/upload then you can upload files and follow the instructions to download files.