Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 524 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 524 Bytes

File Server

a simple file server

一个简单的文件服务器

会在当前文件夹中创建一个文件服务,可以通过浏览器访问,默认为1234端口,可以通过命令行参数修改端口

Download

https://github.com/newpanjing/file_server/releases

Preview

preview

Usage

Run

go run main.go

Build

go build main.go

Run with port

./fs --host=127.0.0.1:1234