Skip to content
forked from nulijiabei/godw

๐Ÿ“ A bijou file management tool and nothing framework be used in it so run it only by one command !

License

Notifications You must be signed in to change notification settings

GoogTech/fileGo

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

64 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

fileGo

๐Ÿ“ A bijou file management tool and nothing framework be used in it !

How To Run

Window

> go run main.go   

# or
> go build
> fileGo.exe

Linux / Mac

> go run main.go

# or
> go build
> ./fileGo

Then the browser will be opened auto and jump to the link : https://localhost:8080 if run it successfully .

Permission( by session )

For more information please refer to the fileGo.conf file bro

Upload file on linux

# it's will rename the file, such as changing filename.txt to filename.1.txt 
curl -F "file=@a.jpg;filename=a.jpg"  http:/ip:port/upload

# it's will rename and mandatorily cover the old file..
curl -F "file=@a.jpg;filename=a.jpg"  http:/ip:port/upload/f

About

๐Ÿ“ A bijou file management tool and nothing framework be used in it so run it only by one command !

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Go 69.1%
  • HTML 28.3%
  • CSS 1.9%
  • JavaScript 0.7%