https://github.com/litarvan/s-update
A Java easy and complete update library
https://github.com/litarvan/s-update
Last synced: 2 months ago
JSON representation
A Java easy and complete update library
- Host: GitHub
- URL: https://github.com/litarvan/s-update
- Owner: Litarvan
- License: other
- Created: 2015-01-21T16:39:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T11:00:40.000Z (about 8 years ago)
- Last Synced: 2023-09-14T02:51:06.409Z (almost 2 years ago)
- Language: Java
- Homepage: http://theshark34.github.io/s-update/
- Size: 502 KB
- Stars: 23
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://saythanks.io/to/Litarvan)
## How to use it
First you need to install the [Server](http://github.com/Litarvan/S-Update-Server) on a Web Server.
Put your files in the `files/` folder
Then, in your code, just insert that to update your program !```java
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