项目作者: ibrahimduran

项目描述 :
Update server&client using checksums and HTTP
高级语言: Go
项目地址: git://github.com/ibrahimduran/go-updater.git
创建时间: 2017-08-15T18:40:45Z
项目社区:https://github.com/ibrahimduran/go-updater

开源协议:

下载


go-updater

Simple go package for serving files and downloading updates over HTTP.

Usage

  1. Usage of updater:
  2. -addr string
  3. connect to server (e.g.: http://localhost:8080)
  4. -data string
  5. set data directory for download/upload content (default "data")
  6. -secret string
  7. set secret key for authentication
  8. -serve string
  9. local address to serve update data (e.g.: :8080)