Skip to content

Jimmy01240397/EasyFileService

Repository files navigation

EasyFileService

A tcp file server.

Usage

please install mono if you want to run in linux.

apt-get install mono-devel

Server

use -h to get usage.

.\EasyFileServiceClient help

start service

.\EasyFileService.exe -p <port> <FileServiceRootPath>

Client

use help to get usage.

.\EasyFileServiceClient help