Litarvan / S-Update

A Java easy and complete update library

Home Page:http://theshark34.github.io/s-update/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S-Update Logo

Say Thanks!

How to use it

First you need to install the Server on a Web Server. Put your files in the files/ folder Then, in your code, just insert that to update your program !

SUpdate su = new SUpdate("UrlOfTheServer", new File("OutputFolder"));
su.start();

Features

  • Automatic files checking with MD5s
  • Unknown files are deleted excepted the one listed in the server whitelist (config/ignore.list)
  • Modified files are re-downloaded
  • Multi-thread
  • Progress bar API

About

A Java easy and complete update library

http://theshark34.github.io/s-update/

License:Other


Languages

Language:Java 100.0%