Migrated repository
Go to file
2018-12-29 20:33:47 +08:00
fileserver.go Update fileserver.go 2018-12-29 20:31:29 +08:00
LICENSE Initial commit 2017-09-09 17:20:25 +09:00
README.md Update README.md 2018-12-29 20:33:47 +08:00

简单文件服务器

  • 支持curl命令上传
  • 支持浏览器上传
  • 支持下载

上传命令

curl -F file=@http-index-fs http://10.1.50.90:8080/upload -F "name=http-index-fs" -F "md5=9412f6e58baa25550ab8b34e9778ffd4"

说明:  
	name=目标名称(选填)
	md5=文件的md5(选填)