Skip to content

Transfer and browse files as simple as possiable via HTTP. Support Windows, Linux, Mac Os...

Notifications You must be signed in to change notification settings

vivicai/simple-file-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-file-server

Transfer and browse files as simple as possiable via HTTP

Preview

img

Usage

  1. Download the binary from the release page, choose your os relational edition

  2. Put the binary to you want transfer or browse folder

    windonws: open cmd in this folder then ->

     > simplefileserver.exe 
     > 2018/01/11 16:52:53 starttd file server http://127.0.0.1:80
    

    linux. open terminal in this folder then->

     $ chmod 777 simplefileserver
     $ ./simplefileserver
     2018/01/11 16:52:53 starttd file server http://127.0.0.1:80
    
  3. [Option] Custom file server port

    a. open on port 80 (Default):

     > simplefileserver.exe 80
     $ ./simplefileserver 80
    

    b. open on port 8080:

     > simplefileserver.exe 8080
     $ ./simplefileserver 8080
    

About

Transfer and browse files as simple as possiable via HTTP. Support Windows, Linux, Mac Os...

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%