Skip to content

快速搭建一个http文件下载服务器(仅用于局域网

Notifications You must be signed in to change notification settings

Demired/SimpleFileServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleFileServer

Build Status

编译方法

GOOS=linux GOARCH=amd64 go build -a -ldflags "-w -s -X main.build=`date '+%m/%d/%Y'` -X main.version=2.0"

使用方法

  -v
        version number
  --port int
        listen http port (default 8000)
  --dir string
        listen file path (default .)

About

快速搭建一个http文件下载服务器(仅用于局域网

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages