8000 GitHub - khw7096/file-server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

khw7096/file-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-server

file-server는 간단한 http 파일 서버 생성 프로그램입니다.

아래는 모든 옵션을 포함한 file-server의 실행 예입니다. (root 권한으로 실행해야 합니다.)

# file-server -addr :80 -dir /some/dir

이 명령은 localhost에 /some/dir을 바인딩한 파일 서버를 만듭니다.

다운로드

Download

Go를 활용한 설치

Go를 설치하신 후 다음을 실행하세요.

$ go get github.com/studio2l/file-server

명령이 잘 실행되었다면 $GOPATH/bin 아래에 file-server 프로그램이 설치됩니다.

4F71

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 57.5%
  • Go 42.5%
0